Shades of Downy #70CFC5
Tints of Downy #70CFC5
RGB
CMYK
RGB Variations
Color information
#70CFC5 (or 0x70CFC5) is known color: Downy. HEX triplet: 70, CF and C5. RGB value is (112,207,197). Sum of RGB (Red+Green+Blue) = 112+207+197=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC5 is #8F303A. Grayscale: #B1B1B1. Windows color (decimal): -9383995 or 12963696. OLE color: 12963696.
HSL color Cylindrical-coordinate representation of color #70CFC5: hue angle of 173.68º 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 #70CFC5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 197 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.19 |
| HSL | 173.68º | 0.5% | 0.63% | - |
| HSV(B) | 173.68º | 0.46% | 0.81% | - |
| XYZ | 39.07 | 52.1 | 60.82 | - |
| YUV | 177.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 197 | 0.46 | 0 | 0.05 | 0.19 | 173.68 | 0.5 | 0.63 |
| Hex | 70 | CF | C5 | 2E | 0 | 5 | 13 | AE | 32 | 3F |
| Octal | 160 | 317 | 305 | 56 | 0 | 5 | 23 | 256 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11000101 | 101110 | 0 | 101 | 10011 | 10101110 | 110010 | 111111 |
Color Harmonies of #70CFC5
Complementary color
Monochromatic Colors of #70CFC5
Black with #70CFC5
Text Example
Text Example
White with #70CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFC5; }
p { color: rgb(112,207,197); }
H1.HeaderClassName
{
color: #70CFC5;
}
.AnyTagClassName
{
color: #70CFC5;
}
</style>
background-color css
<style>
a { background-color: #70CFC5; }
a { background-color: rgb(112,207,197); }
div.DivClassName
{
background-color: #70CFC5;
}
.BgClassName
{
background-color: #70CFC5;
}
</style>
border-color css
<style>
span { border-color: #70CFC5; }
span { border-color: rgb(112,207,197); }
td.TdClassName
{
border-color: #70CFC5;
}
.TagClassName
{
border-color: #70CFC5;
}
</style>