Shades of Monte Carlo #70BEB5
Tints of Monte Carlo #70BEB5
RGB
CMYK
RGB Variations
Color information
#70BEB5 (or 0x70BEB5) is known color: Monte Carlo. HEX triplet: 70, BE and B5. RGB value is (112,190,181). Sum of RGB (Red+Green+Blue) = 112+190+181=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEB5 is #8F414A. Grayscale: #A5A5A5. Windows color (decimal): -9388363 or 11910768. OLE color: 11910768.
HSL color Cylindrical-coordinate representation of color #70BEB5: hue angle of 173.08º 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 #70BEB5 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 181 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.25 |
| HSL | 173.08º | 0.38% | 0.59% | - |
| HSV(B) | 173.08º | 0.41% | 0.75% | - |
| XYZ | 33.44 | 43.61 | 50.37 | - |
| YUV | 165.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 181 | 0.41 | 0 | 0.05 | 0.25 | 173.08 | 0.38 | 0.59 |
| Hex | 70 | BE | B5 | 29 | 0 | 5 | 19 | AD | 26 | 3B |
| Octal | 160 | 276 | 265 | 51 | 0 | 5 | 31 | 255 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10110101 | 101001 | 0 | 101 | 11001 | 10101101 | 100110 | 111011 |
Color Harmonies of #70BEB5
Complementary color
Monochromatic Colors of #70BEB5
Black with #70BEB5
Text Example
Text Example
White with #70BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEB5; }
p { color: rgb(112,190,181); }
H1.HeaderClassName
{
color: #70BEB5;
}
.AnyTagClassName
{
color: #70BEB5;
}
</style>
background-color css
<style>
a { background-color: #70BEB5; }
a { background-color: rgb(112,190,181); }
div.DivClassName
{
background-color: #70BEB5;
}
.BgClassName
{
background-color: #70BEB5;
}
</style>
border-color css
<style>
span { border-color: #70BEB5; }
span { border-color: rgb(112,190,181); }
td.TdClassName
{
border-color: #70BEB5;
}
.TagClassName
{
border-color: #70BEB5;
}
</style>