#77C6A2

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

Shades of Medium Aquamarine #77C6A2

Tints of Medium Aquamarine #77C6A2

Color information

#77C6A2 (or 0x77C6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C6 and A2. RGB value is (119,198,162). Sum of RGB (Red+Green+Blue) = 119+198+162=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C6A2 is #88395D. Grayscale: #AAAAAA. Windows color (decimal): -8927582 or 10667639. OLE color: 10667639.

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

Color convert

RGB119198162-
CMYK0.4000.180.22
HSL152.66º40.93%62.16%-
HSV(B)152.66º39.9%77.65%-
XYZ34.3246.9241.43-
YUV170.27123.3391.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=24.84%
G=41.34%
B=33.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981620.4000.180.22152.6640.9362.16
Hex77C6A2280121699293e
Octal16730624250022262315176
Binary111011111000110101000101010000100101011010011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,198,162); }

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

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

 a { background-color: rgb(119,198,162); }

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

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

 span { border-color: rgb(119,198,162); }

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