#77C2A4

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

Shades of Medium Aquamarine #77C2A4

Tints of Medium Aquamarine #77C2A4

Color information

#77C2A4 (or 0x77C2A4) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C2 and A4. RGB value is (119,194,164). Sum of RGB (Red+Green+Blue) = 119+194+164=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2A4 is #883D5B. Grayscale: #A8A8A8. Windows color (decimal): -8928604 or 10797687. OLE color: 10797687.

HSL color Cylindrical-coordinate representation of color #77C2A4: hue angle of 156º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C2A4 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB119194164-
CMYK0.3900.150.24
HSL156º38.07%61.37%-
HSV(B)156º38.66%76.08%-
XYZ33.645.1942.07-
YUV168.16125.6592.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=24.95%
G=40.67%
B=34.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941640.3900.150.2415638.0761.37
Hex77C2A4270F189c263d
Octal16730224447017302344675
Binary11101111100001010100100100111011111100010011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,194,164); }

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

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

 a { background-color: rgb(119,194,164); }

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

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

 span { border-color: rgb(119,194,164); }

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