#77C0A2

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

Shades of Medium Aquamarine #77C0A2

Tints of Medium Aquamarine #77C0A2

Color information

#77C0A2 (or 0x77C0A2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C0 and A2. RGB value is (119,192,162). Sum of RGB (Red+Green+Blue) = 119+192+162=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A2 is #883F5D. Grayscale: #A6A6A6. Windows color (decimal): -8929118 or 10666103. OLE color: 10666103.

HSL color Cylindrical-coordinate representation of color #77C0A2: hue angle of 155.34º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0A2 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB119192162-
CMYK0.3800.160.25
HSL155.34º36.68%60.98%-
HSV(B)155.34º38.02%75.29%-
XYZ32.9844.2340.98-
YUV166.75125.3293.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=25.16%
G=40.59%
B=34.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921620.3800.160.25155.3436.6860.98
Hex77C0A226010199b253d
Octal16730024246020312334575
Binary111011111000000101000101001100100001100110011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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