Shades of Monte Carlo #72C4AA
Tints of Monte Carlo #72C4AA
RGB
CMYK
RGB Variations
Color information
#72C4AA (or 0x72C4AA) is known color: Monte Carlo. HEX triplet: 72, C4 and AA. RGB value is (114,196,170). Sum of RGB (Red+Green+Blue) = 114+196+170=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C4AA is #8D3B55. Grayscale: #A8A8A8. Windows color (decimal): -9255766 or 11191410. OLE color: 11191410.
HSL color Cylindrical-coordinate representation of color #72C4AA: hue angle of 160.98º 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 #72C4AA is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 170 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.23 |
| HSL | 160.98º | 0.41% | 0.61% | - |
| HSV(B) | 160.98º | 0.42% | 0.77% | - |
| XYZ | 33.94 | 45.96 | 45.11 | - |
| YUV | 168.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 170 | 0.42 | 0 | 0.13 | 0.23 | 160.98 | 0.41 | 0.61 |
| Hex | 72 | C4 | AA | 2A | 0 | D | 17 | A1 | 29 | 3D |
| Octal | 162 | 304 | 252 | 52 | 0 | 15 | 27 | 241 | 51 | 75 |
| Binary | 1110010 | 11000100 | 10101010 | 101010 | 0 | 1101 | 10111 | 10100001 | 101001 | 111101 |
Color Harmonies of #72C4AA
Complementary color
Monochromatic Colors of #72C4AA
Black with #72C4AA
Text Example
Text Example
White with #72C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C4AA; }
p { color: rgb(114,196,170); }
H1.HeaderClassName
{
color: #72C4AA;
}
.AnyTagClassName
{
color: #72C4AA;
}
</style>
background-color css
<style>
a { background-color: #72C4AA; }
a { background-color: rgb(114,196,170); }
div.DivClassName
{
background-color: #72C4AA;
}
.BgClassName
{
background-color: #72C4AA;
}
</style>
border-color css
<style>
span { border-color: #72C4AA; }
span { border-color: rgb(114,196,170); }
td.TdClassName
{
border-color: #72C4AA;
}
.TagClassName
{
border-color: #72C4AA;
}
</style>