Shades of Monte Carlo #70BFAB
Tints of Monte Carlo #70BFAB
RGB
CMYK
RGB Variations
Color information
#70BFAB (or 0x70BFAB) is known color: Monte Carlo. HEX triplet: 70, BF and AB. RGB value is (112,191,171). Sum of RGB (Red+Green+Blue) = 112+191+171=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFAB is #8F4054. Grayscale: #A5A5A5. Windows color (decimal): -9388117 or 11255664. OLE color: 11255664.
HSL color Cylindrical-coordinate representation of color #70BFAB: hue angle of 164.81º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BFAB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 171 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.25 |
| HSL | 164.81º | 0.38% | 0.59% | - |
| HSV(B) | 164.81º | 0.41% | 0.75% | - |
| XYZ | 32.66 | 43.65 | 45.23 | - |
| YUV | 165.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 171 | 0.41 | 0 | 0.10 | 0.25 | 164.81 | 0.38 | 0.59 |
| Hex | 70 | BF | AB | 29 | 0 | A | 19 | A5 | 26 | 3B |
| Octal | 160 | 277 | 253 | 51 | 0 | 12 | 31 | 245 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10101011 | 101001 | 0 | 1010 | 11001 | 10100101 | 100110 | 111011 |
Color Harmonies of #70BFAB
Complementary color
Monochromatic Colors of #70BFAB
Black with #70BFAB
Text Example
Text Example
White with #70BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFAB; }
p { color: rgb(112,191,171); }
H1.HeaderClassName
{
color: #70BFAB;
}
.AnyTagClassName
{
color: #70BFAB;
}
</style>
background-color css
<style>
a { background-color: #70BFAB; }
a { background-color: rgb(112,191,171); }
div.DivClassName
{
background-color: #70BFAB;
}
.BgClassName
{
background-color: #70BFAB;
}
</style>
border-color css
<style>
span { border-color: #70BFAB; }
span { border-color: rgb(112,191,171); }
td.TdClassName
{
border-color: #70BFAB;
}
.TagClassName
{
border-color: #70BFAB;
}
</style>