Shades of Downy #71DEBC
Tints of Downy #71DEBC
RGB
CMYK
RGB Variations
Color information
#71DEBC (or 0x71DEBC) is known color: Downy. HEX triplet: 71, DE and BC. RGB value is (113,222,188). Sum of RGB (Red+Green+Blue) = 113+222+188=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEBC is #8E2143. Grayscale: #B9B9B9. Windows color (decimal): -9314628 or 12377713. OLE color: 12377713.
HSL color Cylindrical-coordinate representation of color #71DEBC: hue angle of 161.28º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEBC is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 222 | 188 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.13 |
| HSL | 161.28º | 0.62% | 0.66% | - |
| HSV(B) | 161.28º | 0.49% | 0.87% | - |
| XYZ | 42.01 | 59.38 | 56.83 | - |
| YUV | 185.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 188 | 0.49 | 0 | 0.15 | 0.13 | 161.28 | 0.62 | 0.66 |
| Hex | 71 | DE | BC | 31 | 0 | F | D | A1 | 3E | 42 |
| Octal | 161 | 336 | 274 | 61 | 0 | 17 | 15 | 241 | 76 | 102 |
| Binary | 1110001 | 11011110 | 10111100 | 110001 | 0 | 1111 | 1101 | 10100001 | 111110 | 1000010 |
Color Harmonies of #71DEBC
Complementary color
Monochromatic Colors of #71DEBC
Black with #71DEBC
Text Example
Text Example
White with #71DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DEBC; }
p { color: rgb(113,222,188); }
H1.HeaderClassName
{
color: #71DEBC;
}
.AnyTagClassName
{
color: #71DEBC;
}
</style>
background-color css
<style>
a { background-color: #71DEBC; }
a { background-color: rgb(113,222,188); }
div.DivClassName
{
background-color: #71DEBC;
}
.BgClassName
{
background-color: #71DEBC;
}
</style>
border-color css
<style>
span { border-color: #71DEBC; }
span { border-color: rgb(113,222,188); }
td.TdClassName
{
border-color: #71DEBC;
}
.TagClassName
{
border-color: #71DEBC;
}
</style>