Shades of Downy #71E1BD
Tints of Downy #71E1BD
RGB
CMYK
RGB Variations
Color information
#71E1BD (or 0x71E1BD) is known color: Downy. HEX triplet: 71, E1 and BD. RGB value is (113,225,189). Sum of RGB (Red+Green+Blue) = 113+225+189=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E1BD is #8E1E42. Grayscale: #BBBBBB. Windows color (decimal): -9313859 or 12444017. OLE color: 12444017.
HSL color Cylindrical-coordinate representation of color #71E1BD: hue angle of 160.71º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E1BD is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 189 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.12 |
| HSL | 160.71º | 0.65% | 0.66% | - |
| HSV(B) | 160.71º | 0.5% | 0.88% | - |
| XYZ | 42.92 | 61.04 | 57.66 | - |
| YUV | 187.41 | 128.89 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 189 | 0.50 | 0 | 0.16 | 0.12 | 160.71 | 0.65 | 0.66 |
| Hex | 71 | E1 | BD | 32 | 0 | 10 | C | A1 | 41 | 42 |
| Octal | 161 | 341 | 275 | 62 | 0 | 20 | 14 | 241 | 101 | 102 |
| Binary | 1110001 | 11100001 | 10111101 | 110010 | 0 | 10000 | 1100 | 10100001 | 1000001 | 1000010 |
Color Harmonies of #71E1BD
Complementary color
Monochromatic Colors of #71E1BD
Black with #71E1BD
Text Example
Text Example
White with #71E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E1BD; }
p { color: rgb(113,225,189); }
H1.HeaderClassName
{
color: #71E1BD;
}
.AnyTagClassName
{
color: #71E1BD;
}
</style>
background-color css
<style>
a { background-color: #71E1BD; }
a { background-color: rgb(113,225,189); }
div.DivClassName
{
background-color: #71E1BD;
}
.BgClassName
{
background-color: #71E1BD;
}
</style>
border-color css
<style>
span { border-color: #71E1BD; }
span { border-color: rgb(113,225,189); }
td.TdClassName
{
border-color: #71E1BD;
}
.TagClassName
{
border-color: #71E1BD;
}
</style>