#77C5A1

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

Shades of Medium Aquamarine #77C5A1

Tints of Medium Aquamarine #77C5A1

Color information

#77C5A1 (or 0x77C5A1) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C5 and A1. RGB value is (119,197,161). Sum of RGB (Red+Green+Blue) = 119+197+161=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C5A1 is #883A5E. Grayscale: #A9A9A9. Windows color (decimal): -8927839 or 10601847. OLE color: 10601847.

HSL color Cylindrical-coordinate representation of color #77C5A1: hue angle of 152.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C5A1 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB119197161-
CMYK0.4000.180.23
HSL152.31º40.21%61.96%-
HSV(B)152.31º39.59%77.25%-
XYZ34.0146.4340.89-
YUV169.57123.1691.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=24.95%
G=41.30%
B=33.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191971610.4000.180.23152.3140.2161.96
Hex77C5A1280121798283e
Octal16730524150022272305076
Binary111011111000101101000011010000100101011110011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,197,161); }

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

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

 a { background-color: rgb(119,197,161); }

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

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

 span { border-color: rgb(119,197,161); }

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