Shades of Monte Carlo #76CAB3
Tints of Monte Carlo #76CAB3
RGB
CMYK
RGB Variations
Color information
#76CAB3 (or 0x76CAB3) is known color: Monte Carlo. HEX triplet: 76, CA and B3. RGB value is (118,202,179). Sum of RGB (Red+Green+Blue) = 118+202+179=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAB3 is #89354C. Grayscale: #AEAEAE. Windows color (decimal): -8992077 or 11782774. OLE color: 11782774.
HSL color Cylindrical-coordinate representation of color #76CAB3: hue angle of 163.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAB3 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 179 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.21 |
| HSL | 163.57º | 0.44% | 0.63% | - |
| HSV(B) | 163.57º | 0.42% | 0.79% | - |
| XYZ | 36.73 | 49.35 | 50.24 | - |
| YUV | 174.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 179 | 0.42 | 0 | 0.11 | 0.21 | 163.57 | 0.44 | 0.63 |
| Hex | 76 | CA | B3 | 2A | 0 | B | 15 | A4 | 2C | 3F |
| Octal | 166 | 312 | 263 | 52 | 0 | 13 | 25 | 244 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10110011 | 101010 | 0 | 1011 | 10101 | 10100100 | 101100 | 111111 |
Color Harmonies of #76CAB3
Complementary color
Monochromatic Colors of #76CAB3
Black with #76CAB3
Text Example
Text Example
White with #76CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CAB3; }
p { color: rgb(118,202,179); }
H1.HeaderClassName
{
color: #76CAB3;
}
.AnyTagClassName
{
color: #76CAB3;
}
</style>
background-color css
<style>
a { background-color: #76CAB3; }
a { background-color: rgb(118,202,179); }
div.DivClassName
{
background-color: #76CAB3;
}
.BgClassName
{
background-color: #76CAB3;
}
</style>
border-color css
<style>
span { border-color: #76CAB3; }
span { border-color: rgb(118,202,179); }
td.TdClassName
{
border-color: #76CAB3;
}
.TagClassName
{
border-color: #76CAB3;
}
</style>