#77D2A8

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

Shades of Medium Aquamarine #77D2A8

Tints of Medium Aquamarine #77D2A8

Color information

#77D2A8 (or 0x77D2A8) is unknown color: approx Medium Aquamarine. HEX triplet: 77, D2 and A8. RGB value is (119,210,168). Sum of RGB (Red+Green+Blue) = 119+210+168=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D2A8 is #882D57. Grayscale: #B2B2B2. Windows color (decimal): -8924504 or 11063927. OLE color: 11063927.

HSL color Cylindrical-coordinate representation of color #77D2A8: hue angle of 152.31º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D2A8 is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB119210168-
CMYK0.4300.20.18
HSL152.31º50.28%64.51%-
HSV(B)152.31º43.33%82.35%-
XYZ37.7252.8445.26-
YUV178122.3585.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.94%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=23.94%
G=42.25%
B=33.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192101680.4300.20.18152.3150.2864.51
Hex77D2A82B01412983241
Octal167322250530242223062101
Binary1110111110100101010100010101101010010010100110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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