Shades of Downy #71E1BF
Tints of Downy #71E1BF
RGB
CMYK
RGB Variations
Color information
#71E1BF (or 0x71E1BF) is known color: Downy. HEX triplet: 71, E1 and BF. RGB value is (113,225,191). Sum of RGB (Red+Green+Blue) = 113+225+191=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E1BF is #8E1E40. Grayscale: #BBBBBB. Windows color (decimal): -9313857 or 12575089. OLE color: 12575089.
HSL color Cylindrical-coordinate representation of color #71E1BF: hue angle of 161.79º 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 #71E1BF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 191 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.12 |
| HSL | 161.79º | 0.65% | 0.66% | - |
| HSV(B) | 161.79º | 0.5% | 0.88% | - |
| XYZ | 43.14 | 61.12 | 58.81 | - |
| YUV | 187.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 191 | 0.50 | 0 | 0.15 | 0.12 | 161.79 | 0.65 | 0.66 |
| Hex | 71 | E1 | BF | 32 | 0 | F | C | A2 | 41 | 42 |
| Octal | 161 | 341 | 277 | 62 | 0 | 17 | 14 | 242 | 101 | 102 |
| Binary | 1110001 | 11100001 | 10111111 | 110010 | 0 | 1111 | 1100 | 10100010 | 1000001 | 1000010 |
Color Harmonies of #71E1BF
Complementary color
Monochromatic Colors of #71E1BF
Black with #71E1BF
Text Example
Text Example
White with #71E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E1BF; }
p { color: rgb(113,225,191); }
H1.HeaderClassName
{
color: #71E1BF;
}
.AnyTagClassName
{
color: #71E1BF;
}
</style>
background-color css
<style>
a { background-color: #71E1BF; }
a { background-color: rgb(113,225,191); }
div.DivClassName
{
background-color: #71E1BF;
}
.BgClassName
{
background-color: #71E1BF;
}
</style>
border-color css
<style>
span { border-color: #71E1BF; }
span { border-color: rgb(113,225,191); }
td.TdClassName
{
border-color: #71E1BF;
}
.TagClassName
{
border-color: #71E1BF;
}
</style>