Shades of Monte Carlo #70CAB6
Tints of Monte Carlo #70CAB6
RGB
CMYK
RGB Variations
Color information
#70CAB6 (or 0x70CAB6) is known color: Monte Carlo. HEX triplet: 70, CA and B6. RGB value is (112,202,182). Sum of RGB (Red+Green+Blue) = 112+202+182=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAB6 is #8F3549. Grayscale: #ACACAC. Windows color (decimal): -9385290 or 11979376. OLE color: 11979376.
HSL color Cylindrical-coordinate representation of color #70CAB6: hue angle of 166.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAB6 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 182 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.21 |
| HSL | 166.67º | 0.46% | 0.62% | - |
| HSV(B) | 166.67º | 0.45% | 0.79% | - |
| XYZ | 36.25 | 49.06 | 51.82 | - |
| YUV | 172.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 182 | 0.45 | 0 | 0.10 | 0.21 | 166.67 | 0.46 | 0.62 |
| Hex | 70 | CA | B6 | 2D | 0 | A | 15 | A7 | 2E | 3E |
| Octal | 160 | 312 | 266 | 55 | 0 | 12 | 25 | 247 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10110110 | 101101 | 0 | 1010 | 10101 | 10100111 | 101110 | 111110 |
Color Harmonies of #70CAB6
Complementary color
Monochromatic Colors of #70CAB6
Black with #70CAB6
Text Example
Text Example
White with #70CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CAB6; }
p { color: rgb(112,202,182); }
H1.HeaderClassName
{
color: #70CAB6;
}
.AnyTagClassName
{
color: #70CAB6;
}
</style>
background-color css
<style>
a { background-color: #70CAB6; }
a { background-color: rgb(112,202,182); }
div.DivClassName
{
background-color: #70CAB6;
}
.BgClassName
{
background-color: #70CAB6;
}
</style>
border-color css
<style>
span { border-color: #70CAB6; }
span { border-color: rgb(112,202,182); }
td.TdClassName
{
border-color: #70CAB6;
}
.TagClassName
{
border-color: #70CAB6;
}
</style>