#77DEA8

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

Shades of Medium Aquamarine #77DEA8

Tints of Medium Aquamarine #77DEA8

Color information

#77DEA8 (or 0x77DEA8) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DE and A8. RGB value is (119,222,168). Sum of RGB (Red+Green+Blue) = 119+222+168=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEA8 is #882157. Grayscale: #B9B9B9. Windows color (decimal): -8921432 or 11066999. OLE color: 11066999.

HSL color Cylindrical-coordinate representation of color #77DEA8: hue angle of 148.54º 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 #77DEA8 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB119222168-
CMYK0.4600.240.13
HSL148.54º60.95%66.86%-
HSV(B)148.54º46.4%87.06%-
XYZ40.858.9946.28-
YUV185.05118.3880.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=23.38%
G=43.61%
B=33.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221680.4600.240.13148.5460.9566.86
Hex77DEA82E018D953d43
Octal167336250560301522575103
Binary111011111011110101010001011100110001101100101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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