#77C7A6

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

Shades of Medium Aquamarine #77C7A6

Tints of Medium Aquamarine #77C7A6

Color information

#77C7A6 (or 0x77C7A6) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C7 and A6. RGB value is (119,199,166). Sum of RGB (Red+Green+Blue) = 119+199+166=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #77C7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C7A6 is #883859. Grayscale: #ABABAB. Windows color (decimal): -8927322 or 10930039. OLE color: 10930039.

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

Color convert

RGB119199166-
CMYK0.4000.170.22
HSL155.25º41.67%62.35%-
HSV(B)155.25º40.2%78.04%-
XYZ34.9147.5243.41-
YUV171.3212590.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.59%
GREEN value IS 199 (78.12% from 255) = 41.12%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=24.59%
G=41.12%
B=34.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191991660.4000.170.22155.2541.6762.35
Hex77C7A628011169b2a3e
Octal16730724650021262335276
Binary111011111000111101001101010000100011011010011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,199,166); }

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

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

 a { background-color: rgb(119,199,166); }

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

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

 span { border-color: rgb(119,199,166); }

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