Shades of Monte Carlo #72BEB5
Tints of Monte Carlo #72BEB5
RGB
CMYK
RGB Variations
Color information
#72BEB5 (or 0x72BEB5) is known color: Monte Carlo. HEX triplet: 72, BE and B5. RGB value is (114,190,181). Sum of RGB (Red+Green+Blue) = 114+190+181=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEB5 is #8D414A. Grayscale: #A6A6A6. Windows color (decimal): -9257291 or 11910770. OLE color: 11910770.
HSL color Cylindrical-coordinate representation of color #72BEB5: hue angle of 172.89º 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 #72BEB5 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 181 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.25 |
| HSL | 172.89º | 0.37% | 0.6% | - |
| HSV(B) | 172.89º | 0.4% | 0.75% | - |
| XYZ | 33.69 | 43.74 | 50.38 | - |
| YUV | 166.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 181 | 0.40 | 0 | 0.05 | 0.25 | 172.89 | 0.37 | 0.6 |
| Hex | 72 | BE | B5 | 28 | 0 | 5 | 19 | AD | 25 | 3C |
| Octal | 162 | 276 | 265 | 50 | 0 | 5 | 31 | 255 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10110101 | 101000 | 0 | 101 | 11001 | 10101101 | 100101 | 111100 |
Color Harmonies of #72BEB5
Complementary color
Monochromatic Colors of #72BEB5
Black with #72BEB5
Text Example
Text Example
White with #72BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEB5; }
p { color: rgb(114,190,181); }
H1.HeaderClassName
{
color: #72BEB5;
}
.AnyTagClassName
{
color: #72BEB5;
}
</style>
background-color css
<style>
a { background-color: #72BEB5; }
a { background-color: rgb(114,190,181); }
div.DivClassName
{
background-color: #72BEB5;
}
.BgClassName
{
background-color: #72BEB5;
}
</style>
border-color css
<style>
span { border-color: #72BEB5; }
span { border-color: rgb(114,190,181); }
td.TdClassName
{
border-color: #72BEB5;
}
.TagClassName
{
border-color: #72BEB5;
}
</style>