Shades of Monte Carlo #72C3AF
Tints of Monte Carlo #72C3AF
RGB
CMYK
RGB Variations
Color information
#72C3AF (or 0x72C3AF) is known color: Monte Carlo. HEX triplet: 72, C3 and AF. RGB value is (114,195,175). Sum of RGB (Red+Green+Blue) = 114+195+175=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #72C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C3AF is #8D3C50. Grayscale: #A8A8A8. Windows color (decimal): -9256017 or 11518834. OLE color: 11518834.
HSL color Cylindrical-coordinate representation of color #72C3AF: hue angle of 165.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C3AF is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 175 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.24 |
| HSL | 165.19º | 0.4% | 0.61% | - |
| HSV(B) | 165.19º | 0.42% | 0.76% | - |
| XYZ | 34.19 | 45.7 | 47.58 | - |
| YUV | 168.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 175 | 0.42 | 0 | 0.10 | 0.24 | 165.19 | 0.4 | 0.61 |
| Hex | 72 | C3 | AF | 2A | 0 | A | 18 | A5 | 28 | 3D |
| Octal | 162 | 303 | 257 | 52 | 0 | 12 | 30 | 245 | 50 | 75 |
| Binary | 1110010 | 11000011 | 10101111 | 101010 | 0 | 1010 | 11000 | 10100101 | 101000 | 111101 |
Color Harmonies of #72C3AF
Complementary color
Monochromatic Colors of #72C3AF
Black with #72C3AF
Text Example
Text Example
White with #72C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C3AF; }
p { color: rgb(114,195,175); }
H1.HeaderClassName
{
color: #72C3AF;
}
.AnyTagClassName
{
color: #72C3AF;
}
</style>
background-color css
<style>
a { background-color: #72C3AF; }
a { background-color: rgb(114,195,175); }
div.DivClassName
{
background-color: #72C3AF;
}
.BgClassName
{
background-color: #72C3AF;
}
</style>
border-color css
<style>
span { border-color: #72C3AF; }
span { border-color: rgb(114,195,175); }
td.TdClassName
{
border-color: #72C3AF;
}
.TagClassName
{
border-color: #72C3AF;
}
</style>