Shades of Monte Carlo #70C1BA
Tints of Monte Carlo #70C1BA
RGB
CMYK
RGB Variations
Color information
#70C1BA (or 0x70C1BA) is known color: Monte Carlo. HEX triplet: 70, C1 and BA. RGB value is (112,193,186). Sum of RGB (Red+Green+Blue) = 112+193+186=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C1BA is #8F3E45. Grayscale: #A7A7A7. Windows color (decimal): -9387590 or 12239216. OLE color: 12239216.
HSL color Cylindrical-coordinate representation of color #70C1BA: hue angle of 174.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C1BA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 186 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.24 |
| HSL | 174.81º | 0.4% | 0.6% | - |
| HSV(B) | 174.81º | 0.42% | 0.76% | - |
| XYZ | 34.61 | 45.13 | 53.34 | - |
| YUV | 167.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 186 | 0.42 | 0 | 0.04 | 0.24 | 174.81 | 0.4 | 0.6 |
| Hex | 70 | C1 | BA | 2A | 0 | 4 | 18 | AF | 28 | 3C |
| Octal | 160 | 301 | 272 | 52 | 0 | 4 | 30 | 257 | 50 | 74 |
| Binary | 1110000 | 11000001 | 10111010 | 101010 | 0 | 100 | 11000 | 10101111 | 101000 | 111100 |
Color Harmonies of #70C1BA
Complementary color
Monochromatic Colors of #70C1BA
Black with #70C1BA
Text Example
Text Example
White with #70C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C1BA; }
p { color: rgb(112,193,186); }
H1.HeaderClassName
{
color: #70C1BA;
}
.AnyTagClassName
{
color: #70C1BA;
}
</style>
background-color css
<style>
a { background-color: #70C1BA; }
a { background-color: rgb(112,193,186); }
div.DivClassName
{
background-color: #70C1BA;
}
.BgClassName
{
background-color: #70C1BA;
}
</style>
border-color css
<style>
span { border-color: #70C1BA; }
span { border-color: rgb(112,193,186); }
td.TdClassName
{
border-color: #70C1BA;
}
.TagClassName
{
border-color: #70C1BA;
}
</style>