Shades of Downy #71DBBE
Tints of Downy #71DBBE
RGB
CMYK
RGB Variations
Color information
#71DBBE (or 0x71DBBE) is known color: Downy. HEX triplet: 71, DB and BE. RGB value is (113,219,190). Sum of RGB (Red+Green+Blue) = 113+219+190=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBBE is #8E2441. Grayscale: #B8B8B8. Windows color (decimal): -9315394 or 12508017. OLE color: 12508017.
HSL color Cylindrical-coordinate representation of color #71DBBE: hue angle of 163.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBBE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 190 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.14 |
| HSL | 163.58º | 0.6% | 0.65% | - |
| HSV(B) | 163.58º | 0.48% | 0.86% | - |
| XYZ | 41.44 | 57.89 | 57.71 | - |
| YUV | 184 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 190 | 0.48 | 0 | 0.13 | 0.14 | 163.58 | 0.6 | 0.65 |
| Hex | 71 | DB | BE | 30 | 0 | D | E | A4 | 3C | 41 |
| Octal | 161 | 333 | 276 | 60 | 0 | 15 | 16 | 244 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10111110 | 110000 | 0 | 1101 | 1110 | 10100100 | 111100 | 1000001 |
Color Harmonies of #71DBBE
Complementary color
Monochromatic Colors of #71DBBE
Black with #71DBBE
Text Example
Text Example
White with #71DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DBBE; }
p { color: rgb(113,219,190); }
H1.HeaderClassName
{
color: #71DBBE;
}
.AnyTagClassName
{
color: #71DBBE;
}
</style>
background-color css
<style>
a { background-color: #71DBBE; }
a { background-color: rgb(113,219,190); }
div.DivClassName
{
background-color: #71DBBE;
}
.BgClassName
{
background-color: #71DBBE;
}
</style>
border-color css
<style>
span { border-color: #71DBBE; }
span { border-color: rgb(113,219,190); }
td.TdClassName
{
border-color: #71DBBE;
}
.TagClassName
{
border-color: #71DBBE;
}
</style>