#77EEE0

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

Shades of Aquamarine #77EEE0

Tints of Aquamarine #77EEE0

Color information

#77EEE0 (or 0x77EEE0) is unknown color: approx Aquamarine. HEX triplet: 77, EE and E0. RGB value is (119,238,224). Sum of RGB (Red+Green+Blue) = 119+238+224=581 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.48% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEE0 is #88111F. Grayscale: #C8C8C8. Windows color (decimal): -8917280 or 14741111. OLE color: 14741111.

HSL color Cylindrical-coordinate representation of color #77EEE0: hue angle of 172.94º 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 #77EEE0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB119238224-
CMYK0.5000.060.07
HSL172.94º77.78%70%-
HSV(B)172.94º50%93.33%-
XYZ51.6470.4581.4-
YUV200.82141.0869.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.48%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=20.48%
G=40.96%
B=38.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192382240.5000.060.07172.9477.7870
Hex77EEE032067ad4e46
Octal16735634062067255116106
Binary1110111111011101110000011001001101111010110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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