Shades of Monte Carlo #72BCB8
Tints of Monte Carlo #72BCB8
RGB
CMYK
RGB Variations
Color information
#72BCB8 (or 0x72BCB8) is known color: Monte Carlo. HEX triplet: 72, BC and B8. RGB value is (114,188,184). Sum of RGB (Red+Green+Blue) = 114+188+184=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCB8 is #8D4347. Grayscale: #A5A5A5. Windows color (decimal): -9257800 or 12106866. OLE color: 12106866.
HSL color Cylindrical-coordinate representation of color #72BCB8: hue angle of 176.76º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BCB8 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 184 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.26 |
| HSL | 176.76º | 0.36% | 0.59% | - |
| HSV(B) | 176.76º | 0.39% | 0.74% | - |
| XYZ | 33.57 | 43 | 51.88 | - |
| YUV | 165.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 184 | 0.39 | 0 | 0.02 | 0.26 | 176.76 | 0.36 | 0.59 |
| Hex | 72 | BC | B8 | 27 | 0 | 2 | 1A | B1 | 24 | 3B |
| Octal | 162 | 274 | 270 | 47 | 0 | 2 | 32 | 261 | 44 | 73 |
| Binary | 1110010 | 10111100 | 10111000 | 100111 | 0 | 10 | 11010 | 10110001 | 100100 | 111011 |
Color Harmonies of #72BCB8
Complementary color
Monochromatic Colors of #72BCB8
Black with #72BCB8
Text Example
Text Example
White with #72BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BCB8; }
p { color: rgb(114,188,184); }
H1.HeaderClassName
{
color: #72BCB8;
}
.AnyTagClassName
{
color: #72BCB8;
}
</style>
background-color css
<style>
a { background-color: #72BCB8; }
a { background-color: rgb(114,188,184); }
div.DivClassName
{
background-color: #72BCB8;
}
.BgClassName
{
background-color: #72BCB8;
}
</style>
border-color css
<style>
span { border-color: #72BCB8; }
span { border-color: rgb(114,188,184); }
td.TdClassName
{
border-color: #72BCB8;
}
.TagClassName
{
border-color: #72BCB8;
}
</style>