#77EFDE

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

Shades of Aquamarine #77EFDE

Tints of Aquamarine #77EFDE

Color information

#77EFDE (or 0x77EFDE) is unknown color: approx Aquamarine. HEX triplet: 77, EF and DE. RGB value is (119,239,222). Sum of RGB (Red+Green+Blue) = 119+239+222=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFDE is #881021. Grayscale: #C9C9C9. Windows color (decimal): -8917026 or 14610295. OLE color: 14610295.

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

Color convert

RGB119239222-
CMYK0.5000.070.06
HSL171.5º78.95%70.2%-
HSV(B)171.5º50.21%93.73%-
XYZ51.6670.9380.08-
YUV201.18139.7469.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.52%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=20.52%
G=41.21%
B=38.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192392220.5000.070.06171.578.9570.2
Hex77EFDE32076ac4f46
Octal16735733662076254117106
Binary1110111111011111101111011001001111101010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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