Shades of Monte Carlo #72BEBA
Tints of Monte Carlo #72BEBA
RGB
CMYK
RGB Variations
Color information
#72BEBA (or 0x72BEBA) is known color: Monte Carlo. HEX triplet: 72, BE and BA. RGB value is (114,190,186). Sum of RGB (Red+Green+Blue) = 114+190+186=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEBA is #8D4145. Grayscale: #A6A6A6. Windows color (decimal): -9257286 or 12238450. OLE color: 12238450.
HSL color Cylindrical-coordinate representation of color #72BEBA: hue angle of 176.84º 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 #72BEBA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 186 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.25 |
| HSL | 176.84º | 0.37% | 0.6% | - |
| HSV(B) | 176.84º | 0.4% | 0.75% | - |
| XYZ | 34.22 | 43.95 | 53.13 | - |
| YUV | 166.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 186 | 0.40 | 0 | 0.02 | 0.25 | 176.84 | 0.37 | 0.6 |
| Hex | 72 | BE | BA | 28 | 0 | 2 | 19 | B1 | 25 | 3C |
| Octal | 162 | 276 | 272 | 50 | 0 | 2 | 31 | 261 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10111010 | 101000 | 0 | 10 | 11001 | 10110001 | 100101 | 111100 |
Color Harmonies of #72BEBA
Complementary color
Monochromatic Colors of #72BEBA
Black with #72BEBA
Text Example
Text Example
White with #72BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEBA; }
p { color: rgb(114,190,186); }
H1.HeaderClassName
{
color: #72BEBA;
}
.AnyTagClassName
{
color: #72BEBA;
}
</style>
background-color css
<style>
a { background-color: #72BEBA; }
a { background-color: rgb(114,190,186); }
div.DivClassName
{
background-color: #72BEBA;
}
.BgClassName
{
background-color: #72BEBA;
}
</style>
border-color css
<style>
span { border-color: #72BEBA; }
span { border-color: rgb(114,190,186); }
td.TdClassName
{
border-color: #72BEBA;
}
.TagClassName
{
border-color: #72BEBA;
}
</style>