Shades of Monte Carlo #70CBB4
Tints of Monte Carlo #70CBB4
RGB
CMYK
RGB Variations
Color information
#70CBB4 (or 0x70CBB4) is known color: Monte Carlo. HEX triplet: 70, CB and B4. RGB value is (112,203,180). Sum of RGB (Red+Green+Blue) = 112+203+180=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBB4 is #8F344B. Grayscale: #ADADAD. Windows color (decimal): -9385036 or 11848560. OLE color: 11848560.
HSL color Cylindrical-coordinate representation of color #70CBB4: hue angle of 164.84º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBB4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 180 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.20 |
| HSL | 164.84º | 0.47% | 0.62% | - |
| HSV(B) | 164.84º | 0.45% | 0.8% | - |
| XYZ | 36.28 | 49.45 | 50.81 | - |
| YUV | 173.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 180 | 0.45 | 0 | 0.11 | 0.20 | 164.84 | 0.47 | 0.62 |
| Hex | 70 | CB | B4 | 2D | 0 | B | 14 | A5 | 2F | 3E |
| Octal | 160 | 313 | 264 | 55 | 0 | 13 | 24 | 245 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10110100 | 101101 | 0 | 1011 | 10100 | 10100101 | 101111 | 111110 |
Color Harmonies of #70CBB4
Complementary color
Monochromatic Colors of #70CBB4
Black with #70CBB4
Text Example
Text Example
White with #70CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBB4; }
p { color: rgb(112,203,180); }
H1.HeaderClassName
{
color: #70CBB4;
}
.AnyTagClassName
{
color: #70CBB4;
}
</style>
background-color css
<style>
a { background-color: #70CBB4; }
a { background-color: rgb(112,203,180); }
div.DivClassName
{
background-color: #70CBB4;
}
.BgClassName
{
background-color: #70CBB4;
}
</style>
border-color css
<style>
span { border-color: #70CBB4; }
span { border-color: rgb(112,203,180); }
td.TdClassName
{
border-color: #70CBB4;
}
.TagClassName
{
border-color: #70CBB4;
}
</style>