Shades of Monte Carlo #72C5AD
Tints of Monte Carlo #72C5AD
RGB
CMYK
RGB Variations
Color information
#72C5AD (or 0x72C5AD) is known color: Monte Carlo. HEX triplet: 72, C5 and AD. RGB value is (114,197,173). Sum of RGB (Red+Green+Blue) = 114+197+173=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C5AD is #8D3A52. Grayscale: #A9A9A9. Windows color (decimal): -9255507 or 11388274. OLE color: 11388274.
HSL color Cylindrical-coordinate representation of color #72C5AD: hue angle of 162.65º degrees, saturation: 0.42, 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 #72C5AD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 173 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.23 |
| HSL | 162.65º | 0.42% | 0.61% | - |
| HSV(B) | 162.65º | 0.42% | 0.77% | - |
| XYZ | 34.45 | 46.53 | 46.7 | - |
| YUV | 169.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 173 | 0.42 | 0 | 0.12 | 0.23 | 162.65 | 0.42 | 0.61 |
| Hex | 72 | C5 | AD | 2A | 0 | C | 17 | A3 | 2A | 3D |
| Octal | 162 | 305 | 255 | 52 | 0 | 14 | 27 | 243 | 52 | 75 |
| Binary | 1110010 | 11000101 | 10101101 | 101010 | 0 | 1100 | 10111 | 10100011 | 101010 | 111101 |
Color Harmonies of #72C5AD
Complementary color
Monochromatic Colors of #72C5AD
Black with #72C5AD
Text Example
Text Example
White with #72C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C5AD; }
p { color: rgb(114,197,173); }
H1.HeaderClassName
{
color: #72C5AD;
}
.AnyTagClassName
{
color: #72C5AD;
}
</style>
background-color css
<style>
a { background-color: #72C5AD; }
a { background-color: rgb(114,197,173); }
div.DivClassName
{
background-color: #72C5AD;
}
.BgClassName
{
background-color: #72C5AD;
}
</style>
border-color css
<style>
span { border-color: #72C5AD; }
span { border-color: rgb(114,197,173); }
td.TdClassName
{
border-color: #72C5AD;
}
.TagClassName
{
border-color: #72C5AD;
}
</style>