Shades of Downy #70C8C1
Tints of Downy #70C8C1
RGB
CMYK
RGB Variations
Color information
#70C8C1 (or 0x70C8C1) is known color: Downy. HEX triplet: 70, C8 and C1. RGB value is (112,200,193). Sum of RGB (Red+Green+Blue) = 112+200+193=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C8C1 is #8F373E. Grayscale: #ACACAC. Windows color (decimal): -9385791 or 12699760. OLE color: 12699760.
HSL color Cylindrical-coordinate representation of color #70C8C1: hue angle of 175.23º 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 #70C8C1 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 193 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.22 |
| HSL | 175.23º | 0.44% | 0.61% | - |
| HSV(B) | 175.23º | 0.44% | 0.78% | - |
| XYZ | 36.96 | 48.6 | 57.89 | - |
| YUV | 172.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 193 | 0.44 | 0 | 0.04 | 0.22 | 175.23 | 0.44 | 0.61 |
| Hex | 70 | C8 | C1 | 2C | 0 | 4 | 16 | AF | 2C | 3D |
| Octal | 160 | 310 | 301 | 54 | 0 | 4 | 26 | 257 | 54 | 75 |
| Binary | 1110000 | 11001000 | 11000001 | 101100 | 0 | 100 | 10110 | 10101111 | 101100 | 111101 |
Color Harmonies of #70C8C1
Complementary color
Monochromatic Colors of #70C8C1
Black with #70C8C1
Text Example
Text Example
White with #70C8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8C1; }
p { color: rgb(112,200,193); }
H1.HeaderClassName
{
color: #70C8C1;
}
.AnyTagClassName
{
color: #70C8C1;
}
</style>
background-color css
<style>
a { background-color: #70C8C1; }
a { background-color: rgb(112,200,193); }
div.DivClassName
{
background-color: #70C8C1;
}
.BgClassName
{
background-color: #70C8C1;
}
</style>
border-color css
<style>
span { border-color: #70C8C1; }
span { border-color: rgb(112,200,193); }
td.TdClassName
{
border-color: #70C8C1;
}
.TagClassName
{
border-color: #70C8C1;
}
</style>