Shades of Downy #70C8C4
Tints of Downy #70C8C4
RGB
CMYK
RGB Variations
Color information
#70C8C4 (or 0x70C8C4) is known color: Downy. HEX triplet: 70, C8 and C4. RGB value is (112,200,196). Sum of RGB (Red+Green+Blue) = 112+200+196=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8C4 is #8F373B. Grayscale: #ADADAD. Windows color (decimal): -9385788 or 12896368. OLE color: 12896368.
HSL color Cylindrical-coordinate representation of color #70C8C4: hue angle of 177.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C8C4 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 196 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.22 |
| HSL | 177.27º | 0.44% | 0.61% | - |
| HSV(B) | 177.27º | 0.44% | 0.78% | - |
| XYZ | 37.3 | 48.74 | 59.67 | - |
| YUV | 173.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 196 | 0.44 | 0 | 0.02 | 0.22 | 177.27 | 0.44 | 0.61 |
| Hex | 70 | C8 | C4 | 2C | 0 | 2 | 16 | B1 | 2C | 3D |
| Octal | 160 | 310 | 304 | 54 | 0 | 2 | 26 | 261 | 54 | 75 |
| Binary | 1110000 | 11001000 | 11000100 | 101100 | 0 | 10 | 10110 | 10110001 | 101100 | 111101 |
Color Harmonies of #70C8C4
Complementary color
Monochromatic Colors of #70C8C4
Black with #70C8C4
Text Example
Text Example
White with #70C8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8C4; }
p { color: rgb(112,200,196); }
H1.HeaderClassName
{
color: #70C8C4;
}
.AnyTagClassName
{
color: #70C8C4;
}
</style>
background-color css
<style>
a { background-color: #70C8C4; }
a { background-color: rgb(112,200,196); }
div.DivClassName
{
background-color: #70C8C4;
}
.BgClassName
{
background-color: #70C8C4;
}
</style>
border-color css
<style>
span { border-color: #70C8C4; }
span { border-color: rgb(112,200,196); }
td.TdClassName
{
border-color: #70C8C4;
}
.TagClassName
{
border-color: #70C8C4;
}
</style>