Shades of Monte Carlo #72CCB5
Tints of Monte Carlo #72CCB5
RGB
CMYK
RGB Variations
Color information
#72CCB5 (or 0x72CCB5) is known color: Monte Carlo. HEX triplet: 72, CC and B5. RGB value is (114,204,181). Sum of RGB (Red+Green+Blue) = 114+204+181=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCB5 is #8D334A. Grayscale: #AEAEAE. Windows color (decimal): -9253707 or 11914354. OLE color: 11914354.
HSL color Cylindrical-coordinate representation of color #72CCB5: hue angle of 164.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCB5 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 181 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.2 |
| HSL | 164.67º | 0.47% | 0.62% | - |
| HSV(B) | 164.67º | 0.44% | 0.8% | - |
| XYZ | 36.87 | 50.1 | 51.44 | - |
| YUV | 174.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 181 | 0.44 | 0 | 0.11 | 0.2 | 164.67 | 0.47 | 0.62 |
| Hex | 72 | CC | B5 | 2C | 0 | B | 14 | A5 | 2F | 3E |
| Octal | 162 | 314 | 265 | 54 | 0 | 13 | 24 | 245 | 57 | 76 |
| Binary | 1110010 | 11001100 | 10110101 | 101100 | 0 | 1011 | 10100 | 10100101 | 101111 | 111110 |
Color Harmonies of #72CCB5
Complementary color
Monochromatic Colors of #72CCB5
Black with #72CCB5
Text Example
Text Example
White with #72CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCB5; }
p { color: rgb(114,204,181); }
H1.HeaderClassName
{
color: #72CCB5;
}
.AnyTagClassName
{
color: #72CCB5;
}
</style>
background-color css
<style>
a { background-color: #72CCB5; }
a { background-color: rgb(114,204,181); }
div.DivClassName
{
background-color: #72CCB5;
}
.BgClassName
{
background-color: #72CCB5;
}
</style>
border-color css
<style>
span { border-color: #72CCB5; }
span { border-color: rgb(114,204,181); }
td.TdClassName
{
border-color: #72CCB5;
}
.TagClassName
{
border-color: #72CCB5;
}
</style>