Shades of Downy #70CFCC
Tints of Downy #70CFCC
RGB
CMYK
RGB Variations
Color information
#70CFCC (or 0x70CFCC) is known color: Downy. HEX triplet: 70, CF and CC. RGB value is (112,207,204). Sum of RGB (Red+Green+Blue) = 112+207+204=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCC is #8F3033. Grayscale: #B2B2B2. Windows color (decimal): -9383988 or 13422448. OLE color: 13422448.
HSL color Cylindrical-coordinate representation of color #70CFCC: hue angle of 178.11º 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 #70CFCC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 204 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.19 |
| HSL | 178.11º | 0.5% | 0.63% | - |
| HSV(B) | 178.11º | 0.46% | 0.81% | - |
| XYZ | 39.89 | 52.43 | 65.14 | - |
| YUV | 178.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 204 | 0.46 | 0 | 0.01 | 0.19 | 178.11 | 0.5 | 0.63 |
| Hex | 70 | CF | CC | 2E | 0 | 1 | 13 | B2 | 32 | 3F |
| Octal | 160 | 317 | 314 | 56 | 0 | 1 | 23 | 262 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11001100 | 101110 | 0 | 1 | 10011 | 10110010 | 110010 | 111111 |
Color Harmonies of #70CFCC
Complementary color
Monochromatic Colors of #70CFCC
Black with #70CFCC
Text Example
Text Example
White with #70CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFCC; }
p { color: rgb(112,207,204); }
H1.HeaderClassName
{
color: #70CFCC;
}
.AnyTagClassName
{
color: #70CFCC;
}
</style>
background-color css
<style>
a { background-color: #70CFCC; }
a { background-color: rgb(112,207,204); }
div.DivClassName
{
background-color: #70CFCC;
}
.BgClassName
{
background-color: #70CFCC;
}
</style>
border-color css
<style>
span { border-color: #70CFCC; }
span { border-color: rgb(112,207,204); }
td.TdClassName
{
border-color: #70CFCC;
}
.TagClassName
{
border-color: #70CFCC;
}
</style>