Shades of Monte Carlo #72C1A9
Tints of Monte Carlo #72C1A9
RGB
CMYK
RGB Variations
Color information
#72C1A9 (or 0x72C1A9) is known color: Monte Carlo. HEX triplet: 72, C1 and A9. RGB value is (114,193,169). Sum of RGB (Red+Green+Blue) = 114+193+169=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #72C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C1A9 is #8D3E56. Grayscale: #A6A6A6. Windows color (decimal): -9256535 or 11125106. OLE color: 11125106.
HSL color Cylindrical-coordinate representation of color #72C1A9: hue angle of 161.77º degrees, saturation: 0.39, 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 #72C1A9 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 169 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.24 |
| HSL | 161.77º | 0.39% | 0.6% | - |
| HSV(B) | 161.77º | 0.41% | 0.76% | - |
| XYZ | 33.17 | 44.58 | 44.39 | - |
| YUV | 166.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 169 | 0.41 | 0 | 0.12 | 0.24 | 161.77 | 0.39 | 0.6 |
| Hex | 72 | C1 | A9 | 29 | 0 | C | 18 | A2 | 27 | 3C |
| Octal | 162 | 301 | 251 | 51 | 0 | 14 | 30 | 242 | 47 | 74 |
| Binary | 1110010 | 11000001 | 10101001 | 101001 | 0 | 1100 | 11000 | 10100010 | 100111 | 111100 |
Color Harmonies of #72C1A9
Complementary color
Monochromatic Colors of #72C1A9
Black with #72C1A9
Text Example
Text Example
White with #72C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C1A9; }
p { color: rgb(114,193,169); }
H1.HeaderClassName
{
color: #72C1A9;
}
.AnyTagClassName
{
color: #72C1A9;
}
</style>
background-color css
<style>
a { background-color: #72C1A9; }
a { background-color: rgb(114,193,169); }
div.DivClassName
{
background-color: #72C1A9;
}
.BgClassName
{
background-color: #72C1A9;
}
</style>
border-color css
<style>
span { border-color: #72C1A9; }
span { border-color: rgb(114,193,169); }
td.TdClassName
{
border-color: #72C1A9;
}
.TagClassName
{
border-color: #72C1A9;
}
</style>