Shades of Downy #70CFB8
Tints of Downy #70CFB8
RGB
CMYK
RGB Variations
Color information
#70CFB8 (or 0x70CFB8) is known color: Downy. HEX triplet: 70, CF and B8. RGB value is (112,207,184). Sum of RGB (Red+Green+Blue) = 112+207+184=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFB8 is #8F3047. Grayscale: #AFAFAF. Windows color (decimal): -9384008 or 12111728. OLE color: 12111728.
HSL color Cylindrical-coordinate representation of color #70CFB8: hue angle of 165.47º 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 #70CFB8 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 184 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.19 |
| HSL | 165.47º | 0.5% | 0.63% | - |
| HSV(B) | 165.47º | 0.46% | 0.81% | - |
| XYZ | 37.65 | 51.53 | 53.31 | - |
| YUV | 175.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 184 | 0.46 | 0 | 0.11 | 0.19 | 165.47 | 0.5 | 0.63 |
| Hex | 70 | CF | B8 | 2E | 0 | B | 13 | A5 | 32 | 3F |
| Octal | 160 | 317 | 270 | 56 | 0 | 13 | 23 | 245 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10111000 | 101110 | 0 | 1011 | 10011 | 10100101 | 110010 | 111111 |
Color Harmonies of #70CFB8
Complementary color
Monochromatic Colors of #70CFB8
Black with #70CFB8
Text Example
Text Example
White with #70CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFB8; }
p { color: rgb(112,207,184); }
H1.HeaderClassName
{
color: #70CFB8;
}
.AnyTagClassName
{
color: #70CFB8;
}
</style>
background-color css
<style>
a { background-color: #70CFB8; }
a { background-color: rgb(112,207,184); }
div.DivClassName
{
background-color: #70CFB8;
}
.BgClassName
{
background-color: #70CFB8;
}
</style>
border-color css
<style>
span { border-color: #70CFB8; }
span { border-color: rgb(112,207,184); }
td.TdClassName
{
border-color: #70CFB8;
}
.TagClassName
{
border-color: #70CFB8;
}
</style>