#77EDDB

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

Shades of Aquamarine #77EDDB

Tints of Aquamarine #77EDDB

Color information

#77EDDB (or 0x77EDDB) is unknown color: approx Aquamarine. HEX triplet: 77, ED and DB. RGB value is (119,237,219). Sum of RGB (Red+Green+Blue) = 119+237+219=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDDB is #881224. Grayscale: #C7C7C7. Windows color (decimal): -8917541 or 14413175. OLE color: 14413175.

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

Color convert

RGB119237219-
CMYK0.5000.080.07
HSL170.85º76.62%69.8%-
HSV(B)170.85º49.79%92.94%-
XYZ50.6869.677.78-
YUV199.67138.9170.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.70%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=20.70%
G=41.22%
B=38.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192372190.5000.080.07170.8576.6269.8
Hex77EDDB32087ab4d46
Octal167355333620107253115106
Binary11101111110110111011011110010010001111010101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,237,219); }

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

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

 a { background-color: rgb(119,237,219); }

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

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

 span { border-color: rgb(119,237,219); }

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