Shades of Monte Carlo #70C2AE
Tints of Monte Carlo #70C2AE
RGB
CMYK
RGB Variations
Color information
#70C2AE (or 0x70C2AE) is known color: Monte Carlo. HEX triplet: 70, C2 and AE. RGB value is (112,194,174). Sum of RGB (Red+Green+Blue) = 112+194+174=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #70C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C2AE is #8F3D51. Grayscale: #A7A7A7. Windows color (decimal): -9387346 or 11453040. OLE color: 11453040.
HSL color Cylindrical-coordinate representation of color #70C2AE: hue angle of 165.37º 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 #70C2AE is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 174 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.24 |
| HSL | 165.37º | 0.4% | 0.6% | - |
| HSV(B) | 165.37º | 0.42% | 0.76% | - |
| XYZ | 33.61 | 45.08 | 46.97 | - |
| YUV | 167.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 174 | 0.42 | 0 | 0.10 | 0.24 | 165.37 | 0.4 | 0.6 |
| Hex | 70 | C2 | AE | 2A | 0 | A | 18 | A5 | 28 | 3C |
| Octal | 160 | 302 | 256 | 52 | 0 | 12 | 30 | 245 | 50 | 74 |
| Binary | 1110000 | 11000010 | 10101110 | 101010 | 0 | 1010 | 11000 | 10100101 | 101000 | 111100 |
Color Harmonies of #70C2AE
Complementary color
Monochromatic Colors of #70C2AE
Black with #70C2AE
Text Example
Text Example
White with #70C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C2AE; }
p { color: rgb(112,194,174); }
H1.HeaderClassName
{
color: #70C2AE;
}
.AnyTagClassName
{
color: #70C2AE;
}
</style>
background-color css
<style>
a { background-color: #70C2AE; }
a { background-color: rgb(112,194,174); }
div.DivClassName
{
background-color: #70C2AE;
}
.BgClassName
{
background-color: #70C2AE;
}
</style>
border-color css
<style>
span { border-color: #70C2AE; }
span { border-color: rgb(112,194,174); }
td.TdClassName
{
border-color: #70C2AE;
}
.TagClassName
{
border-color: #70C2AE;
}
</style>