#77EDCF

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

Shades of Aquamarine #77EDCF

Tints of Aquamarine #77EDCF

Color information

#77EDCF (or 0x77EDCF) is unknown color: approx Aquamarine. HEX triplet: 77, ED and CF. RGB value is (119,237,207). Sum of RGB (Red+Green+Blue) = 119+237+207=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDCF is #881230. Grayscale: #C6C6C6. Windows color (decimal): -8917553 or 13626743. OLE color: 13626743.

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

Color convert

RGB119237207-
CMYK0.5000.130.07
HSL164.75º76.62%69.8%-
HSV(B)164.75º49.79%92.94%-
XYZ49.156969.76-
YUV198.3132.9171.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.14%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=21.14%
G=42.10%
B=36.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192372070.5000.130.07164.7576.6269.8
Hex77EDCF320D7a54d46
Octal167355317620157245115106
Binary11101111110110111001111110010011011111010010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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