#77EED8

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

Shades of Aquamarine #77EED8

Tints of Aquamarine #77EED8

Color information

#77EED8 (or 0x77EED8) is unknown color: approx Aquamarine. HEX triplet: 77, EE and D8. RGB value is (119,238,216). Sum of RGB (Red+Green+Blue) = 119+238+216=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #77EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EED8 is #881127. Grayscale: #C7C7C7. Windows color (decimal): -8917288 or 14216823. OLE color: 14216823.

HSL color Cylindrical-coordinate representation of color #77EED8: hue angle of 168.91º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EED8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB119238216-
CMYK0.5000.090.07
HSL168.91º77.78%70%-
HSV(B)168.91º50%93.33%-
XYZ50.5870.0375.82-
YUV199.91137.0870.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.77%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=20.77%
G=41.54%
B=37.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192382160.5000.090.07168.9177.7870
Hex77EED832097a94e46
Octal167356330620117251116106
Binary11101111110111011011000110010010011111010100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,238,216); }

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

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

 a { background-color: rgb(119,238,216); }

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

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

 span { border-color: rgb(119,238,216); }

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