#77C2AC

Color #77C2AC Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #77C2AC

Tints of Monte Carlo #77C2AC

Color information

#77C2AC (or 0x77C2AC) is unknown color: approx Monte Carlo. HEX triplet: 77, C2 and AC. RGB value is (119,194,172). Sum of RGB (Red+Green+Blue) = 119+194+172=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2AC is #883D53. Grayscale: #A9A9A9. Windows color (decimal): -8928596 or 11321975. OLE color: 11321975.

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

Color convert

RGB119194172-
CMYK0.3900.110.24
HSL162.4º38.07%61.37%-
HSV(B)162.4º38.66%76.08%-
XYZ34.3545.4846-
YUV169.07129.6592.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=24.54%
G=40%
B=35.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941720.3900.110.24162.438.0761.37
Hex77C2AC270B18a2263d
Octal16730225447013302424675
Binary11101111100001010101100100111010111100010100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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