#77C2A3

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

Shades of Medium Aquamarine #77C2A3

Tints of Medium Aquamarine #77C2A3

Color information

#77C2A3 (or 0x77C2A3) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C2 and A3. RGB value is (119,194,163). Sum of RGB (Red+Green+Blue) = 119+194+163=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2A3 is #883D5C. Grayscale: #A8A8A8. Windows color (decimal): -8928605 or 10732151. OLE color: 10732151.

HSL color Cylindrical-coordinate representation of color #77C2A3: hue angle of 155.2º 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 #77C2A3 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB119194163-
CMYK0.3900.160.24
HSL155.2º38.07%61.37%-
HSV(B)155.2º38.66%76.08%-
XYZ33.5145.1541.6-
YUV168.04125.1593.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 163 (64.06% from 255) = 34.24%
R=25%
G=40.76%
B=34.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941630.3900.160.24155.238.0761.37
Hex77C2A327010189b263d
Octal16730224347020302334675
Binary111011111000010101000111001110100001100010011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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