#77CAAC

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

Shades of Monte Carlo #77CAAC

Tints of Monte Carlo #77CAAC

Color information

#77CAAC (or 0x77CAAC) is unknown color: approx Monte Carlo. HEX triplet: 77, CA and AC. RGB value is (119,202,172). Sum of RGB (Red+Green+Blue) = 119+202+172=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAAC is #883553. Grayscale: #ADADAD. Windows color (decimal): -8926548 or 11324023. OLE color: 11324023.

HSL color Cylindrical-coordinate representation of color #77CAAC: hue angle of 158.31º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAAC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB119202172-
CMYK0.4100.150.21
HSL158.31º43.92%62.94%-
HSV(B)158.31º41.09%79.22%-
XYZ36.1749.1446.61-
YUV173.7612788.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=24.14%
G=40.97%
B=34.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192021720.4100.150.21158.3143.9262.94
Hex77CAAC290F159e2c3f
Octal16731225451017252365477
Binary11101111100101010101100101001011111010110011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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