#77C2BA

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

Shades of Monte Carlo #77C2BA

Tints of Monte Carlo #77C2BA

Color information

#77C2BA (or 0x77C2BA) is unknown color: approx Monte Carlo. HEX triplet: 77, C2 and BA. RGB value is (119,194,186). Sum of RGB (Red+Green+Blue) = 119+194+186=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2BA is #883D45. Grayscale: #AAAAAA. Windows color (decimal): -8928582 or 12239479. OLE color: 12239479.

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

Color convert

RGB119194186-
CMYK0.3900.040.24
HSL173.6º38.07%61.37%-
HSV(B)173.6º38.66%76.08%-
XYZ35.7646.0553.46-
YUV170.66136.6591.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.85%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=23.85%
G=38.88%
B=37.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941860.3900.040.24173.638.0761.37
Hex77C2BA270418ae263d
Octal1673022724704302564675
Binary1110111110000101011101010011101001100010101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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