Shades of Monte Carlo #70C3AF
Tints of Monte Carlo #70C3AF
RGB
CMYK
RGB Variations
Color information
#70C3AF (or 0x70C3AF) is known color: Monte Carlo. HEX triplet: 70, C3 and AF. RGB value is (112,195,175). Sum of RGB (Red+Green+Blue) = 112+195+175=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #70C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C3AF is #8F3C50. Grayscale: #A7A7A7. Windows color (decimal): -9387089 or 11518832. OLE color: 11518832.
HSL color Cylindrical-coordinate representation of color #70C3AF: hue angle of 165.54º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C3AF is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 175 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.24 |
| HSL | 165.54º | 0.41% | 0.6% | - |
| HSV(B) | 165.54º | 0.43% | 0.76% | - |
| XYZ | 33.94 | 45.57 | 47.56 | - |
| YUV | 167.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 175 | 0.43 | 0 | 0.10 | 0.24 | 165.54 | 0.41 | 0.6 |
| Hex | 70 | C3 | AF | 2B | 0 | A | 18 | A6 | 29 | 3C |
| Octal | 160 | 303 | 257 | 53 | 0 | 12 | 30 | 246 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10101111 | 101011 | 0 | 1010 | 11000 | 10100110 | 101001 | 111100 |
Color Harmonies of #70C3AF
Complementary color
Monochromatic Colors of #70C3AF
Black with #70C3AF
Text Example
Text Example
White with #70C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C3AF; }
p { color: rgb(112,195,175); }
H1.HeaderClassName
{
color: #70C3AF;
}
.AnyTagClassName
{
color: #70C3AF;
}
</style>
background-color css
<style>
a { background-color: #70C3AF; }
a { background-color: rgb(112,195,175); }
div.DivClassName
{
background-color: #70C3AF;
}
.BgClassName
{
background-color: #70C3AF;
}
</style>
border-color css
<style>
span { border-color: #70C3AF; }
span { border-color: rgb(112,195,175); }
td.TdClassName
{
border-color: #70C3AF;
}
.TagClassName
{
border-color: #70C3AF;
}
</style>