Shades of Downy #71E2BC
Tints of Downy #71E2BC
RGB
CMYK
RGB Variations
Color information
#71E2BC (or 0x71E2BC) is known color: Downy. HEX triplet: 71, E2 and BC. RGB value is (113,226,188). Sum of RGB (Red+Green+Blue) = 113+226+188=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E2BC is #8E1D43. Grayscale: #BBBBBB. Windows color (decimal): -9313604 or 12378737. OLE color: 12378737.
HSL color Cylindrical-coordinate representation of color #71E2BC: hue angle of 159.82º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E2BC is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 188 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.11 |
| HSL | 159.82º | 0.66% | 0.66% | - |
| HSV(B) | 159.82º | 0.5% | 0.89% | - |
| XYZ | 43.08 | 61.53 | 57.18 | - |
| YUV | 187.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 188 | 0.5 | 0 | 0.17 | 0.11 | 159.82 | 0.66 | 0.66 |
| Hex | 71 | E2 | BC | 32 | 0 | 11 | B | A0 | 42 | 42 |
| Octal | 161 | 342 | 274 | 62 | 0 | 21 | 13 | 240 | 102 | 102 |
| Binary | 1110001 | 11100010 | 10111100 | 110010 | 0 | 10001 | 1011 | 10100000 | 1000010 | 1000010 |
Color Harmonies of #71E2BC
Complementary color
Monochromatic Colors of #71E2BC
Black with #71E2BC
Text Example
Text Example
White with #71E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E2BC; }
p { color: rgb(113,226,188); }
H1.HeaderClassName
{
color: #71E2BC;
}
.AnyTagClassName
{
color: #71E2BC;
}
</style>
background-color css
<style>
a { background-color: #71E2BC; }
a { background-color: rgb(113,226,188); }
div.DivClassName
{
background-color: #71E2BC;
}
.BgClassName
{
background-color: #71E2BC;
}
</style>
border-color css
<style>
span { border-color: #71E2BC; }
span { border-color: rgb(113,226,188); }
td.TdClassName
{
border-color: #71E2BC;
}
.TagClassName
{
border-color: #71E2BC;
}
</style>