#77FED2

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

Shades of Aquamarine #77FED2

Tints of Aquamarine #77FED2

Color information

#77FED2 (or 0x77FED2) is unknown color: approx Aquamarine. HEX triplet: 77, FE and D2. RGB value is (119,254,210). Sum of RGB (Red+Green+Blue) = 119+254+210=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #77FED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FED2 is #88012D. Grayscale: #D0D0D0. Windows color (decimal): -8913198 or 13827703. OLE color: 13827703.

HSL color Cylindrical-coordinate representation of color #77FED2: hue angle of 160.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FED2 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB119254210-
CMYK0.5300.170.00
HSL160.44º98.54%73.14%-
HSV(B)160.44º53.15%99.61%-
XYZ54.6879.4673.43-
YUV208.62128.7764.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.41%
GREEN value IS 254 (99.61% from 255) = 43.57%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=20.41%
G=43.57%
B=36.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1192542100.5300.170.00160.4498.5473.14
Hex77FED2350110a06349
Octal167376322650210240143111
Binary1110111111111101101001011010101000101010000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,254,210); }

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

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

 a { background-color: rgb(119,254,210); }

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

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

 span { border-color: rgb(119,254,210); }

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