Shades of Monte Carlo #72C4B5
Tints of Monte Carlo #72C4B5
RGB
CMYK
RGB Variations
Color information
#72C4B5 (or 0x72C4B5) is known color: Monte Carlo. HEX triplet: 72, C4 and B5. RGB value is (114,196,181). Sum of RGB (Red+Green+Blue) = 114+196+181=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C4B5 is #8D3B4A. Grayscale: #A9A9A9. Windows color (decimal): -9255755 or 11912306. OLE color: 11912306.
HSL color Cylindrical-coordinate representation of color #72C4B5: hue angle of 169.02º degrees, saturation: 0.41, 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 #72C4B5 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 181 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.23 |
| HSL | 169.02º | 0.41% | 0.61% | - |
| HSV(B) | 169.02º | 0.42% | 0.77% | - |
| XYZ | 35.02 | 46.39 | 50.83 | - |
| YUV | 169.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 181 | 0.42 | 0 | 0.08 | 0.23 | 169.02 | 0.41 | 0.61 |
| Hex | 72 | C4 | B5 | 2A | 0 | 8 | 17 | A9 | 29 | 3D |
| Octal | 162 | 304 | 265 | 52 | 0 | 10 | 27 | 251 | 51 | 75 |
| Binary | 1110010 | 11000100 | 10110101 | 101010 | 0 | 1000 | 10111 | 10101001 | 101001 | 111101 |
Color Harmonies of #72C4B5
Complementary color
Monochromatic Colors of #72C4B5
Black with #72C4B5
Text Example
Text Example
White with #72C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C4B5; }
p { color: rgb(114,196,181); }
H1.HeaderClassName
{
color: #72C4B5;
}
.AnyTagClassName
{
color: #72C4B5;
}
</style>
background-color css
<style>
a { background-color: #72C4B5; }
a { background-color: rgb(114,196,181); }
div.DivClassName
{
background-color: #72C4B5;
}
.BgClassName
{
background-color: #72C4B5;
}
</style>
border-color css
<style>
span { border-color: #72C4B5; }
span { border-color: rgb(114,196,181); }
td.TdClassName
{
border-color: #72C4B5;
}
.TagClassName
{
border-color: #72C4B5;
}
</style>