Shades of Monte Carlo #72C2AB
Tints of Monte Carlo #72C2AB
RGB
CMYK
RGB Variations
Color information
#72C2AB (or 0x72C2AB) is known color: Monte Carlo. HEX triplet: 72, C2 and AB. RGB value is (114,194,171). Sum of RGB (Red+Green+Blue) = 114+194+171=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C2AB is #8D3D54. Grayscale: #A7A7A7. Windows color (decimal): -9256277 or 11256434. OLE color: 11256434.
HSL color Cylindrical-coordinate representation of color #72C2AB: hue angle of 162.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C2AB is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 171 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.24 |
| HSL | 162.75º | 0.4% | 0.6% | - |
| HSV(B) | 162.75º | 0.41% | 0.76% | - |
| XYZ | 33.58 | 45.1 | 45.46 | - |
| YUV | 167.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 171 | 0.41 | 0 | 0.12 | 0.24 | 162.75 | 0.4 | 0.6 |
| Hex | 72 | C2 | AB | 29 | 0 | C | 18 | A3 | 28 | 3C |
| Octal | 162 | 302 | 253 | 51 | 0 | 14 | 30 | 243 | 50 | 74 |
| Binary | 1110010 | 11000010 | 10101011 | 101001 | 0 | 1100 | 11000 | 10100011 | 101000 | 111100 |
Color Harmonies of #72C2AB
Complementary color
Monochromatic Colors of #72C2AB
Black with #72C2AB
Text Example
Text Example
White with #72C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C2AB; }
p { color: rgb(114,194,171); }
H1.HeaderClassName
{
color: #72C2AB;
}
.AnyTagClassName
{
color: #72C2AB;
}
</style>
background-color css
<style>
a { background-color: #72C2AB; }
a { background-color: rgb(114,194,171); }
div.DivClassName
{
background-color: #72C2AB;
}
.BgClassName
{
background-color: #72C2AB;
}
</style>
border-color css
<style>
span { border-color: #72C2AB; }
span { border-color: rgb(114,194,171); }
td.TdClassName
{
border-color: #72C2AB;
}
.TagClassName
{
border-color: #72C2AB;
}
</style>