Shades of Monte Carlo #72C2AD
Tints of Monte Carlo #72C2AD
RGB
CMYK
RGB Variations
Color information
#72C2AD (or 0x72C2AD) is known color: Monte Carlo. HEX triplet: 72, C2 and AD. RGB value is (114,194,173). Sum of RGB (Red+Green+Blue) = 114+194+173=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C2AD is #8D3D52. Grayscale: #A7A7A7. Windows color (decimal): -9256275 or 11387506. OLE color: 11387506.
HSL color Cylindrical-coordinate representation of color #72C2AD: hue angle of 164.25º 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 #72C2AD is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 173 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.24 |
| HSL | 164.25º | 0.4% | 0.6% | - |
| HSV(B) | 164.25º | 0.41% | 0.76% | - |
| XYZ | 33.77 | 45.18 | 46.48 | - |
| YUV | 167.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 173 | 0.41 | 0 | 0.11 | 0.24 | 164.25 | 0.4 | 0.6 |
| Hex | 72 | C2 | AD | 29 | 0 | B | 18 | A4 | 28 | 3C |
| Octal | 162 | 302 | 255 | 51 | 0 | 13 | 30 | 244 | 50 | 74 |
| Binary | 1110010 | 11000010 | 10101101 | 101001 | 0 | 1011 | 11000 | 10100100 | 101000 | 111100 |
Color Harmonies of #72C2AD
Complementary color
Monochromatic Colors of #72C2AD
Black with #72C2AD
Text Example
Text Example
White with #72C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C2AD; }
p { color: rgb(114,194,173); }
H1.HeaderClassName
{
color: #72C2AD;
}
.AnyTagClassName
{
color: #72C2AD;
}
</style>
background-color css
<style>
a { background-color: #72C2AD; }
a { background-color: rgb(114,194,173); }
div.DivClassName
{
background-color: #72C2AD;
}
.BgClassName
{
background-color: #72C2AD;
}
</style>
border-color css
<style>
span { border-color: #72C2AD; }
span { border-color: rgb(114,194,173); }
td.TdClassName
{
border-color: #72C2AD;
}
.TagClassName
{
border-color: #72C2AD;
}
</style>