Shades of Monte Carlo #70C0AA
Tints of Monte Carlo #70C0AA
RGB
CMYK
RGB Variations
Color information
#70C0AA (or 0x70C0AA) is known color: Monte Carlo. HEX triplet: 70, C0 and AA. RGB value is (112,192,170). Sum of RGB (Red+Green+Blue) = 112+192+170=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #70C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C0AA is #8F3F55. Grayscale: #A5A5A5. Windows color (decimal): -9387862 or 11190384. OLE color: 11190384.
HSL color Cylindrical-coordinate representation of color #70C0AA: hue angle of 163.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C0AA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 170 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.25 |
| HSL | 163.5º | 0.39% | 0.6% | - |
| HSV(B) | 163.5º | 0.42% | 0.75% | - |
| XYZ | 32.79 | 44.05 | 44.8 | - |
| YUV | 165.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 170 | 0.42 | 0 | 0.11 | 0.25 | 163.5 | 0.39 | 0.6 |
| Hex | 70 | C0 | AA | 2A | 0 | B | 19 | A4 | 27 | 3C |
| Octal | 160 | 300 | 252 | 52 | 0 | 13 | 31 | 244 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10101010 | 101010 | 0 | 1011 | 11001 | 10100100 | 100111 | 111100 |
Color Harmonies of #70C0AA
Complementary color
Monochromatic Colors of #70C0AA
Black with #70C0AA
Text Example
Text Example
White with #70C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0AA; }
p { color: rgb(112,192,170); }
H1.HeaderClassName
{
color: #70C0AA;
}
.AnyTagClassName
{
color: #70C0AA;
}
</style>
background-color css
<style>
a { background-color: #70C0AA; }
a { background-color: rgb(112,192,170); }
div.DivClassName
{
background-color: #70C0AA;
}
.BgClassName
{
background-color: #70C0AA;
}
</style>
border-color css
<style>
span { border-color: #70C0AA; }
span { border-color: rgb(112,192,170); }
td.TdClassName
{
border-color: #70C0AA;
}
.TagClassName
{
border-color: #70C0AA;
}
</style>