Shades of Downy #71DAD2
Tints of Downy #71DAD2
RGB
CMYK
RGB Variations
Color information
#71DAD2 (or 0x71DAD2) is known color: Downy. HEX triplet: 71, DA and D2. RGB value is (113,218,210). Sum of RGB (Red+Green+Blue) = 113+218+210=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAD2 is #8E252D. Grayscale: #B9B9B9. Windows color (decimal): -9315630 or 13818481. OLE color: 13818481.
HSL color Cylindrical-coordinate representation of color #71DAD2: hue angle of 175.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAD2 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 218 | 210 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.15 |
| HSL | 175.43º | 0.59% | 0.65% | - |
| HSV(B) | 175.43º | 0.48% | 0.85% | - |
| XYZ | 43.51 | 58.31 | 69.93 | - |
| YUV | 185.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 218 | 210 | 0.48 | 0 | 0.04 | 0.15 | 175.43 | 0.59 | 0.65 |
| Hex | 71 | DA | D2 | 30 | 0 | 4 | F | AF | 3B | 41 |
| Octal | 161 | 332 | 322 | 60 | 0 | 4 | 17 | 257 | 73 | 101 |
| Binary | 1110001 | 11011010 | 11010010 | 110000 | 0 | 100 | 1111 | 10101111 | 111011 | 1000001 |
Color Harmonies of #71DAD2
Complementary color
Monochromatic Colors of #71DAD2
Black with #71DAD2
Text Example
Text Example
White with #71DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DAD2; }
p { color: rgb(113,218,210); }
H1.HeaderClassName
{
color: #71DAD2;
}
.AnyTagClassName
{
color: #71DAD2;
}
</style>
background-color css
<style>
a { background-color: #71DAD2; }
a { background-color: rgb(113,218,210); }
div.DivClassName
{
background-color: #71DAD2;
}
.BgClassName
{
background-color: #71DAD2;
}
</style>
border-color css
<style>
span { border-color: #71DAD2; }
span { border-color: rgb(113,218,210); }
td.TdClassName
{
border-color: #71DAD2;
}
.TagClassName
{
border-color: #71DAD2;
}
</style>