#77C6A1

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

Shades of Medium Aquamarine #77C6A1

Tints of Medium Aquamarine #77C6A1

Color information

#77C6A1 (or 0x77C6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C6 and A1. RGB value is (119,198,161). Sum of RGB (Red+Green+Blue) = 119+198+161=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C6A1 is #88395E. Grayscale: #AAAAAA. Windows color (decimal): -8927583 or 10602103. OLE color: 10602103.

HSL color Cylindrical-coordinate representation of color #77C6A1: hue angle of 151.9º 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 #77C6A1 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB119198161-
CMYK0.4000.190.22
HSL151.9º40.93%62.16%-
HSV(B)151.9º39.9%77.65%-
XYZ34.2346.8840.96-
YUV170.16122.8391.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.90%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=24.90%
G=41.42%
B=33.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981610.4000.190.22151.940.9362.16
Hex77C6A1280131698293e
Octal16730624150023262305176
Binary111011111000110101000011010000100111011010011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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