#76DDAB

Color #76DDAB Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #76DDAB

Tints of Medium Aquamarine #76DDAB

Color information

#76DDAB (or 0x76DDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and AB. RGB value is (118,221,171). Sum of RGB (Red+Green+Blue) = 118+221+171=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDAB is #892254. Grayscale: #B8B8B8. Windows color (decimal): -8987221 or 11263350. OLE color: 11263350.

HSL color Cylindrical-coordinate representation of color #76DDAB: hue angle of 150.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDAB is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB118221171-
CMYK0.4700.230.13
HSL150.87º60.23%66.47%-
HSV(B)150.87º46.61%86.67%-
XYZ40.6858.547.68-
YUV184.5120.3880.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=23.14%
G=43.33%
B=33.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211710.4700.230.13150.8760.2366.47
Hex76DDAB2F017D973c42
Octal166335253570271522774102
Binary111011011011101101010111011110101111101100101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76DDAB; }

 p { color: rgb(118,221,171); }

 H1.HeaderClassName
 {
   color: #76DDAB;
 }
 .AnyTagClassName
 {
   color: #76DDAB;
 }
</style>
background-color css

<style>
 a { background-color: #76DDAB; }

 a { background-color: rgb(118,221,171); }

 div.DivClassName
 {
   background-color: #76DDAB;
 }
 .BgClassName
 {
   background-color: #76DDAB;
 }
</style>
border-color css

<style>
 span { border-color: #76DDAB; }

 span { border-color: rgb(118,221,171); }

 td.TdClassName
 {
   border-color: #76DDAB;
 }
 .TagClassName
 {
   border-color: #76DDAB;
 }
</style>