#77C9B5

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

Shades of Monte Carlo #77C9B5

Tints of Monte Carlo #77C9B5

Color information

#77C9B5 (or 0x77C9B5) is unknown color: approx Monte Carlo. HEX triplet: 77, C9 and B5. RGB value is (119,201,181). Sum of RGB (Red+Green+Blue) = 119+201+181=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #77C9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9B5 is #88364A. Grayscale: #AEAEAE. Windows color (decimal): -8926795 or 11913591. OLE color: 11913591.

HSL color Cylindrical-coordinate representation of color #77C9B5: hue angle of 165.37º degrees, saturation: 0.43, 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 #77C9B5 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB119201181-
CMYK0.4100.100.21
HSL165.37º43.16%62.75%-
HSV(B)165.37º40.8%78.82%-
XYZ36.8349.0351.24-
YUV174.2131.8388.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=23.75%
G=40.12%
B=36.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192011810.4100.100.21165.3743.1662.75
Hex77C9B5290A15a52b3f
Octal16731126551012252455377
Binary11101111100100110110101101001010101010110100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,201,181); }

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

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

 a { background-color: rgb(119,201,181); }

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

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

 span { border-color: rgb(119,201,181); }

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