Shades of Monte Carlo #72BEBB
Tints of Monte Carlo #72BEBB
RGB
CMYK
RGB Variations
Color information
#72BEBB (or 0x72BEBB) is known color: Monte Carlo. HEX triplet: 72, BE and BB. RGB value is (114,190,187). Sum of RGB (Red+Green+Blue) = 114+190+187=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEBB is #8D4144. Grayscale: #A6A6A6. Windows color (decimal): -9257285 or 12303986. OLE color: 12303986.
HSL color Cylindrical-coordinate representation of color #72BEBB: hue angle of 177.63º 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 #72BEBB is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 187 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.25 |
| HSL | 177.63º | 0.37% | 0.6% | - |
| HSV(B) | 177.63º | 0.4% | 0.75% | - |
| XYZ | 34.32 | 43.99 | 53.7 | - |
| YUV | 166.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 187 | 0.40 | 0 | 0.02 | 0.25 | 177.63 | 0.37 | 0.6 |
| Hex | 72 | BE | BB | 28 | 0 | 2 | 19 | B2 | 25 | 3C |
| Octal | 162 | 276 | 273 | 50 | 0 | 2 | 31 | 262 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10111011 | 101000 | 0 | 10 | 11001 | 10110010 | 100101 | 111100 |
Color Harmonies of #72BEBB
Complementary color
Monochromatic Colors of #72BEBB
Black with #72BEBB
Text Example
Text Example
White with #72BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEBB; }
p { color: rgb(114,190,187); }
H1.HeaderClassName
{
color: #72BEBB;
}
.AnyTagClassName
{
color: #72BEBB;
}
</style>
background-color css
<style>
a { background-color: #72BEBB; }
a { background-color: rgb(114,190,187); }
div.DivClassName
{
background-color: #72BEBB;
}
.BgClassName
{
background-color: #72BEBB;
}
</style>
border-color css
<style>
span { border-color: #72BEBB; }
span { border-color: rgb(114,190,187); }
td.TdClassName
{
border-color: #72BEBB;
}
.TagClassName
{
border-color: #72BEBB;
}
</style>