Shades of Monte Carlo #76CCB6
Tints of Monte Carlo #76CCB6
RGB
CMYK
RGB Variations
Color information
#76CCB6 (or 0x76CCB6) is known color: Monte Carlo. HEX triplet: 76, CC and B6. RGB value is (118,204,182). Sum of RGB (Red+Green+Blue) = 118+204+182=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCB6 is #893349. Grayscale: #AFAFAF. Windows color (decimal): -8991562 or 11979894. OLE color: 11979894.
HSL color Cylindrical-coordinate representation of color #76CCB6: hue angle of 164.65º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCB6 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 182 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.2 |
| HSL | 164.65º | 0.46% | 0.63% | - |
| HSV(B) | 164.65º | 0.42% | 0.8% | - |
| XYZ | 37.51 | 50.41 | 52.01 | - |
| YUV | 175.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 182 | 0.42 | 0 | 0.11 | 0.2 | 164.65 | 0.46 | 0.63 |
| Hex | 76 | CC | B6 | 2A | 0 | B | 14 | A5 | 2E | 3F |
| Octal | 166 | 314 | 266 | 52 | 0 | 13 | 24 | 245 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10110110 | 101010 | 0 | 1011 | 10100 | 10100101 | 101110 | 111111 |
Color Harmonies of #76CCB6
Complementary color
Monochromatic Colors of #76CCB6
Black with #76CCB6
Text Example
Text Example
White with #76CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCB6; }
p { color: rgb(118,204,182); }
H1.HeaderClassName
{
color: #76CCB6;
}
.AnyTagClassName
{
color: #76CCB6;
}
</style>
background-color css
<style>
a { background-color: #76CCB6; }
a { background-color: rgb(118,204,182); }
div.DivClassName
{
background-color: #76CCB6;
}
.BgClassName
{
background-color: #76CCB6;
}
</style>
border-color css
<style>
span { border-color: #76CCB6; }
span { border-color: rgb(118,204,182); }
td.TdClassName
{
border-color: #76CCB6;
}
.TagClassName
{
border-color: #76CCB6;
}
</style>