Shades of Downy #70CFCF
Tints of Downy #70CFCF
RGB
CMYK
RGB Variations
Color information
#70CFCF (or 0x70CFCF) is known color: Downy. HEX triplet: 70, CF and CF. RGB value is (112,207,207). Sum of RGB (Red+Green+Blue) = 112+207+207=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #70CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCF is #8F3030. Grayscale: #B2B2B2. Windows color (decimal): -9383985 or 13619056. OLE color: 13619056.
HSL color Cylindrical-coordinate representation of color #70CFCF: hue angle of 180º 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 #70CFCF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 207 | - |
| CMYK | 0.46 | 0 | 0 | 0.19 |
| HSL | 180º | 0.5% | 0.63% | - |
| HSV(B) | 180º | 0.46% | 0.81% | - |
| XYZ | 40.26 | 52.58 | 67.06 | - |
| YUV | 178.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 207 | 0.46 | 0 | 0 | 0.19 | 180 | 0.5 | 0.63 |
| Hex | 70 | CF | CF | 2E | 0 | 0 | 13 | B4 | 32 | 3F |
| Octal | 160 | 317 | 317 | 56 | 0 | 0 | 23 | 264 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11001111 | 101110 | 0 | 0 | 10011 | 10110100 | 110010 | 111111 |
Color Harmonies of #70CFCF
Complementary color
Monochromatic Colors of #70CFCF
Black with #70CFCF
Text Example
Text Example
White with #70CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFCF; }
p { color: rgb(112,207,207); }
H1.HeaderClassName
{
color: #70CFCF;
}
.AnyTagClassName
{
color: #70CFCF;
}
</style>
background-color css
<style>
a { background-color: #70CFCF; }
a { background-color: rgb(112,207,207); }
div.DivClassName
{
background-color: #70CFCF;
}
.BgClassName
{
background-color: #70CFCF;
}
</style>
border-color css
<style>
span { border-color: #70CFCF; }
span { border-color: rgb(112,207,207); }
td.TdClassName
{
border-color: #70CFCF;
}
.TagClassName
{
border-color: #70CFCF;
}
</style>