Shades of Monte Carlo #72BEB0
Tints of Monte Carlo #72BEB0
RGB
CMYK
RGB Variations
Color information
#72BEB0 (or 0x72BEB0) is known color: Monte Carlo. HEX triplet: 72, BE and B0. RGB value is (114,190,176). Sum of RGB (Red+Green+Blue) = 114+190+176=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEB0 is #8D414F. Grayscale: #A5A5A5. Windows color (decimal): -9257296 or 11583090. OLE color: 11583090.
HSL color Cylindrical-coordinate representation of color #72BEB0: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEB0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 176 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.25 |
| HSL | 168.95º | 0.37% | 0.6% | - |
| HSV(B) | 168.95º | 0.4% | 0.75% | - |
| XYZ | 33.19 | 43.54 | 47.73 | - |
| YUV | 165.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 176 | 0.40 | 0 | 0.07 | 0.25 | 168.95 | 0.37 | 0.6 |
| Hex | 72 | BE | B0 | 28 | 0 | 7 | 19 | A9 | 25 | 3C |
| Octal | 162 | 276 | 260 | 50 | 0 | 7 | 31 | 251 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10110000 | 101000 | 0 | 111 | 11001 | 10101001 | 100101 | 111100 |
Color Harmonies of #72BEB0
Complementary color
Monochromatic Colors of #72BEB0
Black with #72BEB0
Text Example
Text Example
White with #72BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEB0; }
p { color: rgb(114,190,176); }
H1.HeaderClassName
{
color: #72BEB0;
}
.AnyTagClassName
{
color: #72BEB0;
}
</style>
background-color css
<style>
a { background-color: #72BEB0; }
a { background-color: rgb(114,190,176); }
div.DivClassName
{
background-color: #72BEB0;
}
.BgClassName
{
background-color: #72BEB0;
}
</style>
border-color css
<style>
span { border-color: #72BEB0; }
span { border-color: rgb(114,190,176); }
td.TdClassName
{
border-color: #72BEB0;
}
.TagClassName
{
border-color: #72BEB0;
}
</style>