Shades of Monte Carlo #72C5B7
Tints of Monte Carlo #72C5B7
RGB
CMYK
RGB Variations
Color information
#72C5B7 (or 0x72C5B7) is known color: Monte Carlo. HEX triplet: 72, C5 and B7. RGB value is (114,197,183). Sum of RGB (Red+Green+Blue) = 114+197+183=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C5B7 is #8D3A48. Grayscale: #AAAAAA. Windows color (decimal): -9255497 or 12043634. OLE color: 12043634.
HSL color Cylindrical-coordinate representation of color #72C5B7: hue angle of 169.88º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C5B7 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 183 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.23 |
| HSL | 169.88º | 0.42% | 0.61% | - |
| HSV(B) | 169.88º | 0.42% | 0.77% | - |
| XYZ | 35.45 | 46.93 | 51.99 | - |
| YUV | 170.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 183 | 0.42 | 0 | 0.07 | 0.23 | 169.88 | 0.42 | 0.61 |
| Hex | 72 | C5 | B7 | 2A | 0 | 7 | 17 | AA | 2A | 3D |
| Octal | 162 | 305 | 267 | 52 | 0 | 7 | 27 | 252 | 52 | 75 |
| Binary | 1110010 | 11000101 | 10110111 | 101010 | 0 | 111 | 10111 | 10101010 | 101010 | 111101 |
Color Harmonies of #72C5B7
Complementary color
Monochromatic Colors of #72C5B7
Black with #72C5B7
Text Example
Text Example
White with #72C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C5B7; }
p { color: rgb(114,197,183); }
H1.HeaderClassName
{
color: #72C5B7;
}
.AnyTagClassName
{
color: #72C5B7;
}
</style>
background-color css
<style>
a { background-color: #72C5B7; }
a { background-color: rgb(114,197,183); }
div.DivClassName
{
background-color: #72C5B7;
}
.BgClassName
{
background-color: #72C5B7;
}
</style>
border-color css
<style>
span { border-color: #72C5B7; }
span { border-color: rgb(114,197,183); }
td.TdClassName
{
border-color: #72C5B7;
}
.TagClassName
{
border-color: #72C5B7;
}
</style>