#77DEA6

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

Shades of Medium Aquamarine #77DEA6

Tints of Medium Aquamarine #77DEA6

Color information

#77DEA6 (or 0x77DEA6) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DE and A6. RGB value is (119,222,166). Sum of RGB (Red+Green+Blue) = 119+222+166=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEA6 is #882159. Grayscale: #B8B8B8. Windows color (decimal): -8921434 or 10935927. OLE color: 10935927.

HSL color Cylindrical-coordinate representation of color #77DEA6: hue angle of 147.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEA6 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB119222166-
CMYK0.4600.250.13
HSL147.38º60.95%66.86%-
HSV(B)147.38º46.4%87.06%-
XYZ40.6158.9245.31-
YUV184.82117.3881.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=23.47%
G=43.79%
B=32.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221660.4600.250.13147.3860.9566.86
Hex77DEA62E019D933d43
Octal167336246560311522375103
Binary111011111011110101001101011100110011101100100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77DEA6; }

 p { color: rgb(119,222,166); }

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

<style>
 a { background-color: #77DEA6; }

 a { background-color: rgb(119,222,166); }

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

<style>
 span { border-color: #77DEA6; }

 span { border-color: rgb(119,222,166); }

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