Shades of Downy #71D4D0
Tints of Downy #71D4D0
RGB
CMYK
RGB Variations
Color information
#71D4D0 (or 0x71D4D0) is known color: Downy. HEX triplet: 71, D4 and D0. RGB value is (113,212,208). Sum of RGB (Red+Green+Blue) = 113+212+208=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #71D4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D4D0 is #8E2B2F. Grayscale: #B5B5B5. Windows color (decimal): -9317168 or 13685873. OLE color: 13685873.
HSL color Cylindrical-coordinate representation of color #71D4D0: hue angle of 177.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D4D0 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 208 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.17 |
| HSL | 177.58º | 0.54% | 0.64% | - |
| HSV(B) | 177.58º | 0.47% | 0.83% | - |
| XYZ | 41.74 | 55.15 | 68.12 | - |
| YUV | 181.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 208 | 0.47 | 0 | 0.02 | 0.17 | 177.58 | 0.54 | 0.64 |
| Hex | 71 | D4 | D0 | 2F | 0 | 2 | 11 | B2 | 36 | 40 |
| Octal | 161 | 324 | 320 | 57 | 0 | 2 | 21 | 262 | 66 | 100 |
| Binary | 1110001 | 11010100 | 11010000 | 101111 | 0 | 10 | 10001 | 10110010 | 110110 | 1000000 |
Color Harmonies of #71D4D0
Complementary color
Monochromatic Colors of #71D4D0
Black with #71D4D0
Text Example
Text Example
White with #71D4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D4D0; }
p { color: rgb(113,212,208); }
H1.HeaderClassName
{
color: #71D4D0;
}
.AnyTagClassName
{
color: #71D4D0;
}
</style>
background-color css
<style>
a { background-color: #71D4D0; }
a { background-color: rgb(113,212,208); }
div.DivClassName
{
background-color: #71D4D0;
}
.BgClassName
{
background-color: #71D4D0;
}
</style>
border-color css
<style>
span { border-color: #71D4D0; }
span { border-color: rgb(113,212,208); }
td.TdClassName
{
border-color: #71D4D0;
}
.TagClassName
{
border-color: #71D4D0;
}
</style>