Shades of Downy #70CCB5
Tints of Downy #70CCB5
RGB
CMYK
RGB Variations
Color information
#70CCB5 (or 0x70CCB5) is known color: Downy. HEX triplet: 70, CC and B5. RGB value is (112,204,181). Sum of RGB (Red+Green+Blue) = 112+204+181=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCB5 is #8F334A. Grayscale: #ADADAD. Windows color (decimal): -9384779 or 11914352. OLE color: 11914352.
HSL color Cylindrical-coordinate representation of color #70CCB5: hue angle of 165º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCB5 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 181 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.2 |
| HSL | 165º | 0.47% | 0.62% | - |
| HSV(B) | 165º | 0.45% | 0.8% | - |
| XYZ | 36.62 | 49.97 | 51.43 | - |
| YUV | 173.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 181 | 0.45 | 0 | 0.11 | 0.2 | 165 | 0.47 | 0.62 |
| Hex | 70 | CC | B5 | 2D | 0 | B | 14 | A5 | 2F | 3E |
| Octal | 160 | 314 | 265 | 55 | 0 | 13 | 24 | 245 | 57 | 76 |
| Binary | 1110000 | 11001100 | 10110101 | 101101 | 0 | 1011 | 10100 | 10100101 | 101111 | 111110 |
Color Harmonies of #70CCB5
Complementary color
Monochromatic Colors of #70CCB5
Black with #70CCB5
Text Example
Text Example
White with #70CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCB5; }
p { color: rgb(112,204,181); }
H1.HeaderClassName
{
color: #70CCB5;
}
.AnyTagClassName
{
color: #70CCB5;
}
</style>
background-color css
<style>
a { background-color: #70CCB5; }
a { background-color: rgb(112,204,181); }
div.DivClassName
{
background-color: #70CCB5;
}
.BgClassName
{
background-color: #70CCB5;
}
</style>
border-color css
<style>
span { border-color: #70CCB5; }
span { border-color: rgb(112,204,181); }
td.TdClassName
{
border-color: #70CCB5;
}
.TagClassName
{
border-color: #70CCB5;
}
</style>