Shades of Monte Carlo #72C4AB
Tints of Monte Carlo #72C4AB
RGB
CMYK
RGB Variations
Color information
#72C4AB (or 0x72C4AB) is known color: Monte Carlo. HEX triplet: 72, C4 and AB. RGB value is (114,196,171). Sum of RGB (Red+Green+Blue) = 114+196+171=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C4AB is #8D3B54. Grayscale: #A8A8A8. Windows color (decimal): -9255765 or 11256946. OLE color: 11256946.
HSL color Cylindrical-coordinate representation of color #72C4AB: hue angle of 161.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C4AB is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 171 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.23 |
| HSL | 161.71º | 0.41% | 0.61% | - |
| HSV(B) | 161.71º | 0.42% | 0.77% | - |
| XYZ | 34.03 | 46 | 45.61 | - |
| YUV | 168.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 171 | 0.42 | 0 | 0.13 | 0.23 | 161.71 | 0.41 | 0.61 |
| Hex | 72 | C4 | AB | 2A | 0 | D | 17 | A2 | 29 | 3D |
| Octal | 162 | 304 | 253 | 52 | 0 | 15 | 27 | 242 | 51 | 75 |
| Binary | 1110010 | 11000100 | 10101011 | 101010 | 0 | 1101 | 10111 | 10100010 | 101001 | 111101 |
Color Harmonies of #72C4AB
Complementary color
Monochromatic Colors of #72C4AB
Black with #72C4AB
Text Example
Text Example
White with #72C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C4AB; }
p { color: rgb(114,196,171); }
H1.HeaderClassName
{
color: #72C4AB;
}
.AnyTagClassName
{
color: #72C4AB;
}
</style>
background-color css
<style>
a { background-color: #72C4AB; }
a { background-color: rgb(114,196,171); }
div.DivClassName
{
background-color: #72C4AB;
}
.BgClassName
{
background-color: #72C4AB;
}
</style>
border-color css
<style>
span { border-color: #72C4AB; }
span { border-color: rgb(114,196,171); }
td.TdClassName
{
border-color: #72C4AB;
}
.TagClassName
{
border-color: #72C4AB;
}
</style>