Shades of Monte Carlo #72C2B7
Tints of Monte Carlo #72C2B7
RGB
CMYK
RGB Variations
Color information
#72C2B7 (or 0x72C2B7) is known color: Monte Carlo. HEX triplet: 72, C2 and B7. RGB value is (114,194,183). Sum of RGB (Red+Green+Blue) = 114+194+183=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C2B7 is #8D3D48. Grayscale: #A8A8A8. Windows color (decimal): -9256265 or 12042866. OLE color: 12042866.
HSL color Cylindrical-coordinate representation of color #72C2B7: hue angle of 171.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C2B7 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 183 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.24 |
| HSL | 171.75º | 0.4% | 0.6% | - |
| HSV(B) | 171.75º | 0.41% | 0.76% | - |
| XYZ | 34.78 | 45.58 | 51.76 | - |
| YUV | 168.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 183 | 0.41 | 0 | 0.06 | 0.24 | 171.75 | 0.4 | 0.6 |
| Hex | 72 | C2 | B7 | 29 | 0 | 6 | 18 | AC | 28 | 3C |
| Octal | 162 | 302 | 267 | 51 | 0 | 6 | 30 | 254 | 50 | 74 |
| Binary | 1110010 | 11000010 | 10110111 | 101001 | 0 | 110 | 11000 | 10101100 | 101000 | 111100 |
Color Harmonies of #72C2B7
Complementary color
Monochromatic Colors of #72C2B7
Black with #72C2B7
Text Example
Text Example
White with #72C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C2B7; }
p { color: rgb(114,194,183); }
H1.HeaderClassName
{
color: #72C2B7;
}
.AnyTagClassName
{
color: #72C2B7;
}
</style>
background-color css
<style>
a { background-color: #72C2B7; }
a { background-color: rgb(114,194,183); }
div.DivClassName
{
background-color: #72C2B7;
}
.BgClassName
{
background-color: #72C2B7;
}
</style>
border-color css
<style>
span { border-color: #72C2B7; }
span { border-color: rgb(114,194,183); }
td.TdClassName
{
border-color: #72C2B7;
}
.TagClassName
{
border-color: #72C2B7;
}
</style>