Shades of Monte Carlo #70BEBA
Tints of Monte Carlo #70BEBA
RGB
CMYK
RGB Variations
Color information
#70BEBA (or 0x70BEBA) is known color: Monte Carlo. HEX triplet: 70, BE and BA. RGB value is (112,190,186). Sum of RGB (Red+Green+Blue) = 112+190+186=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBA is #8F4145. Grayscale: #A6A6A6. Windows color (decimal): -9388358 or 12238448. OLE color: 12238448.
HSL color Cylindrical-coordinate representation of color #70BEBA: hue angle of 176.92º 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 #70BEBA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 186 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.25 |
| HSL | 176.92º | 0.38% | 0.59% | - |
| HSV(B) | 176.92º | 0.41% | 0.75% | - |
| XYZ | 33.96 | 43.82 | 53.12 | - |
| YUV | 166.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 186 | 0.41 | 0 | 0.02 | 0.25 | 176.92 | 0.38 | 0.59 |
| Hex | 70 | BE | BA | 29 | 0 | 2 | 19 | B1 | 26 | 3B |
| Octal | 160 | 276 | 272 | 51 | 0 | 2 | 31 | 261 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10111010 | 101001 | 0 | 10 | 11001 | 10110001 | 100110 | 111011 |
Color Harmonies of #70BEBA
Complementary color
Monochromatic Colors of #70BEBA
Black with #70BEBA
Text Example
Text Example
White with #70BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEBA; }
p { color: rgb(112,190,186); }
H1.HeaderClassName
{
color: #70BEBA;
}
.AnyTagClassName
{
color: #70BEBA;
}
</style>
background-color css
<style>
a { background-color: #70BEBA; }
a { background-color: rgb(112,190,186); }
div.DivClassName
{
background-color: #70BEBA;
}
.BgClassName
{
background-color: #70BEBA;
}
</style>
border-color css
<style>
span { border-color: #70BEBA; }
span { border-color: rgb(112,190,186); }
td.TdClassName
{
border-color: #70BEBA;
}
.TagClassName
{
border-color: #70BEBA;
}
</style>