Shades of Monte Carlo #70BDBB
Tints of Monte Carlo #70BDBB
RGB
CMYK
RGB Variations
Color information
#70BDBB (or 0x70BDBB) is known color: Monte Carlo. HEX triplet: 70, BD and BB. RGB value is (112,189,187). Sum of RGB (Red+Green+Blue) = 112+189+187=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDBB is #8F4244. Grayscale: #A5A5A5. Windows color (decimal): -9388613 or 12303728. OLE color: 12303728.
HSL color Cylindrical-coordinate representation of color #70BDBB: hue angle of 178.44º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDBB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 187 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.26 |
| HSL | 178.44º | 0.37% | 0.59% | - |
| HSV(B) | 178.44º | 0.41% | 0.74% | - |
| XYZ | 33.85 | 43.43 | 53.61 | - |
| YUV | 165.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 187 | 0.41 | 0 | 0.01 | 0.26 | 178.44 | 0.37 | 0.59 |
| Hex | 70 | BD | BB | 29 | 0 | 1 | 1A | B2 | 25 | 3B |
| Octal | 160 | 275 | 273 | 51 | 0 | 1 | 32 | 262 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10111011 | 101001 | 0 | 1 | 11010 | 10110010 | 100101 | 111011 |
Color Harmonies of #70BDBB
Complementary color
Monochromatic Colors of #70BDBB
Black with #70BDBB
Text Example
Text Example
White with #70BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDBB; }
p { color: rgb(112,189,187); }
H1.HeaderClassName
{
color: #70BDBB;
}
.AnyTagClassName
{
color: #70BDBB;
}
</style>
background-color css
<style>
a { background-color: #70BDBB; }
a { background-color: rgb(112,189,187); }
div.DivClassName
{
background-color: #70BDBB;
}
.BgClassName
{
background-color: #70BDBB;
}
</style>
border-color css
<style>
span { border-color: #70BDBB; }
span { border-color: rgb(112,189,187); }
td.TdClassName
{
border-color: #70BDBB;
}
.TagClassName
{
border-color: #70BDBB;
}
</style>