Shades of Monte Carlo #70C0AB
Tints of Monte Carlo #70C0AB
RGB
CMYK
RGB Variations
Color information
#70C0AB (or 0x70C0AB) is known color: Monte Carlo. HEX triplet: 70, C0 and AB. RGB value is (112,192,171). Sum of RGB (Red+Green+Blue) = 112+192+171=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #70C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C0AB is #8F3F54. Grayscale: #A5A5A5. Windows color (decimal): -9387861 or 11255920. OLE color: 11255920.
HSL color Cylindrical-coordinate representation of color #70C0AB: hue angle of 164.25º 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 #70C0AB is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 171 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.25 |
| HSL | 164.25º | 0.39% | 0.6% | - |
| HSV(B) | 164.25º | 0.42% | 0.75% | - |
| XYZ | 32.88 | 44.08 | 45.3 | - |
| YUV | 165.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 171 | 0.42 | 0 | 0.11 | 0.25 | 164.25 | 0.39 | 0.6 |
| Hex | 70 | C0 | AB | 2A | 0 | B | 19 | A4 | 27 | 3C |
| Octal | 160 | 300 | 253 | 52 | 0 | 13 | 31 | 244 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10101011 | 101010 | 0 | 1011 | 11001 | 10100100 | 100111 | 111100 |
Color Harmonies of #70C0AB
Complementary color
Monochromatic Colors of #70C0AB
Black with #70C0AB
Text Example
Text Example
White with #70C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0AB; }
p { color: rgb(112,192,171); }
H1.HeaderClassName
{
color: #70C0AB;
}
.AnyTagClassName
{
color: #70C0AB;
}
</style>
background-color css
<style>
a { background-color: #70C0AB; }
a { background-color: rgb(112,192,171); }
div.DivClassName
{
background-color: #70C0AB;
}
.BgClassName
{
background-color: #70C0AB;
}
</style>
border-color css
<style>
span { border-color: #70C0AB; }
span { border-color: rgb(112,192,171); }
td.TdClassName
{
border-color: #70C0AB;
}
.TagClassName
{
border-color: #70C0AB;
}
</style>