Shades of Downy #70C3BF
Tints of Downy #70C3BF
RGB
CMYK
RGB Variations
Color information
#70C3BF (or 0x70C3BF) is known color: Downy. HEX triplet: 70, C3 and BF. RGB value is (112,195,191). Sum of RGB (Red+Green+Blue) = 112+195+191=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #70C3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3BF is #8F3C40. Grayscale: #A9A9A9. Windows color (decimal): -9387073 or 12567408. OLE color: 12567408.
HSL color Cylindrical-coordinate representation of color #70C3BF: hue angle of 177.11º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C3BF is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 191 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.24 |
| HSL | 177.11º | 0.41% | 0.6% | - |
| HSV(B) | 177.11º | 0.43% | 0.76% | - |
| XYZ | 35.6 | 46.24 | 56.34 | - |
| YUV | 169.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 191 | 0.43 | 0 | 0.02 | 0.24 | 177.11 | 0.41 | 0.6 |
| Hex | 70 | C3 | BF | 2B | 0 | 2 | 18 | B1 | 29 | 3C |
| Octal | 160 | 303 | 277 | 53 | 0 | 2 | 30 | 261 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10111111 | 101011 | 0 | 10 | 11000 | 10110001 | 101001 | 111100 |
Color Harmonies of #70C3BF
Complementary color
Monochromatic Colors of #70C3BF
Black with #70C3BF
Text Example
Text Example
White with #70C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C3BF; }
p { color: rgb(112,195,191); }
H1.HeaderClassName
{
color: #70C3BF;
}
.AnyTagClassName
{
color: #70C3BF;
}
</style>
background-color css
<style>
a { background-color: #70C3BF; }
a { background-color: rgb(112,195,191); }
div.DivClassName
{
background-color: #70C3BF;
}
.BgClassName
{
background-color: #70C3BF;
}
</style>
border-color css
<style>
span { border-color: #70C3BF; }
span { border-color: rgb(112,195,191); }
td.TdClassName
{
border-color: #70C3BF;
}
.TagClassName
{
border-color: #70C3BF;
}
</style>