Shades of Monte Carlo #70BFAD
Tints of Monte Carlo #70BFAD
RGB
CMYK
RGB Variations
Color information
#70BFAD (or 0x70BFAD) is known color: Monte Carlo. HEX triplet: 70, BF and AD. RGB value is (112,191,173). Sum of RGB (Red+Green+Blue) = 112+191+173=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFAD is #8F4052. Grayscale: #A5A5A5. Windows color (decimal): -9388115 or 11386736. OLE color: 11386736.
HSL color Cylindrical-coordinate representation of color #70BFAD: hue angle of 166.33º 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 #70BFAD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 173 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.25 |
| HSL | 166.33º | 0.38% | 0.59% | - |
| HSV(B) | 166.33º | 0.41% | 0.75% | - |
| XYZ | 32.86 | 43.72 | 46.24 | - |
| YUV | 165.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 173 | 0.41 | 0 | 0.09 | 0.25 | 166.33 | 0.38 | 0.59 |
| Hex | 70 | BF | AD | 29 | 0 | 9 | 19 | A6 | 26 | 3B |
| Octal | 160 | 277 | 255 | 51 | 0 | 11 | 31 | 246 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10101101 | 101001 | 0 | 1001 | 11001 | 10100110 | 100110 | 111011 |
Color Harmonies of #70BFAD
Complementary color
Monochromatic Colors of #70BFAD
Black with #70BFAD
Text Example
Text Example
White with #70BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFAD; }
p { color: rgb(112,191,173); }
H1.HeaderClassName
{
color: #70BFAD;
}
.AnyTagClassName
{
color: #70BFAD;
}
</style>
background-color css
<style>
a { background-color: #70BFAD; }
a { background-color: rgb(112,191,173); }
div.DivClassName
{
background-color: #70BFAD;
}
.BgClassName
{
background-color: #70BFAD;
}
</style>
border-color css
<style>
span { border-color: #70BFAD; }
span { border-color: rgb(112,191,173); }
td.TdClassName
{
border-color: #70BFAD;
}
.TagClassName
{
border-color: #70BFAD;
}
</style>