Shades of Monte Carlo #70C5B9
Tints of Monte Carlo #70C5B9
RGB
CMYK
RGB Variations
Color information
#70C5B9 (or 0x70C5B9) is known color: Monte Carlo. HEX triplet: 70, C5 and B9. RGB value is (112,197,185). Sum of RGB (Red+Green+Blue) = 112+197+185=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #70C5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C5B9 is #8F3A46. Grayscale: #AAAAAA. Windows color (decimal): -9386567 or 12174704. OLE color: 12174704.
HSL color Cylindrical-coordinate representation of color #70C5B9: hue angle of 171.53º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C5B9 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 185 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.23 |
| HSL | 171.53º | 0.42% | 0.61% | - |
| HSV(B) | 171.53º | 0.43% | 0.77% | - |
| XYZ | 35.41 | 46.88 | 53.08 | - |
| YUV | 170.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 185 | 0.43 | 0 | 0.06 | 0.23 | 171.53 | 0.42 | 0.61 |
| Hex | 70 | C5 | B9 | 2B | 0 | 6 | 17 | AC | 2A | 3D |
| Octal | 160 | 305 | 271 | 53 | 0 | 6 | 27 | 254 | 52 | 75 |
| Binary | 1110000 | 11000101 | 10111001 | 101011 | 0 | 110 | 10111 | 10101100 | 101010 | 111101 |
Color Harmonies of #70C5B9
Complementary color
Monochromatic Colors of #70C5B9
Black with #70C5B9
Text Example
Text Example
White with #70C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C5B9; }
p { color: rgb(112,197,185); }
H1.HeaderClassName
{
color: #70C5B9;
}
.AnyTagClassName
{
color: #70C5B9;
}
</style>
background-color css
<style>
a { background-color: #70C5B9; }
a { background-color: rgb(112,197,185); }
div.DivClassName
{
background-color: #70C5B9;
}
.BgClassName
{
background-color: #70C5B9;
}
</style>
border-color css
<style>
span { border-color: #70C5B9; }
span { border-color: rgb(112,197,185); }
td.TdClassName
{
border-color: #70C5B9;
}
.TagClassName
{
border-color: #70C5B9;
}
</style>