Shades of Downy #70CFBA
Tints of Downy #70CFBA
RGB
CMYK
RGB Variations
Color information
#70CFBA (or 0x70CFBA) is known color: Downy. HEX triplet: 70, CF and BA. RGB value is (112,207,186). Sum of RGB (Red+Green+Blue) = 112+207+186=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFBA is #8F3045. Grayscale: #B0B0B0. Windows color (decimal): -9384006 or 12242800. OLE color: 12242800.
HSL color Cylindrical-coordinate representation of color #70CFBA: hue angle of 166.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFBA is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 186 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.19 |
| HSL | 166.74º | 0.5% | 0.63% | - |
| HSV(B) | 166.74º | 0.46% | 0.81% | - |
| XYZ | 37.86 | 51.62 | 54.42 | - |
| YUV | 176.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 186 | 0.46 | 0 | 0.10 | 0.19 | 166.74 | 0.5 | 0.63 |
| Hex | 70 | CF | BA | 2E | 0 | A | 13 | A7 | 32 | 3F |
| Octal | 160 | 317 | 272 | 56 | 0 | 12 | 23 | 247 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10111010 | 101110 | 0 | 1010 | 10011 | 10100111 | 110010 | 111111 |
Color Harmonies of #70CFBA
Complementary color
Monochromatic Colors of #70CFBA
Black with #70CFBA
Text Example
Text Example
White with #70CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFBA; }
p { color: rgb(112,207,186); }
H1.HeaderClassName
{
color: #70CFBA;
}
.AnyTagClassName
{
color: #70CFBA;
}
</style>
background-color css
<style>
a { background-color: #70CFBA; }
a { background-color: rgb(112,207,186); }
div.DivClassName
{
background-color: #70CFBA;
}
.BgClassName
{
background-color: #70CFBA;
}
</style>
border-color css
<style>
span { border-color: #70CFBA; }
span { border-color: rgb(112,207,186); }
td.TdClassName
{
border-color: #70CFBA;
}
.TagClassName
{
border-color: #70CFBA;
}
</style>