Shades of Downy #71E2CE
Tints of Downy #71E2CE
RGB
CMYK
RGB Variations
Color information
#71E2CE (or 0x71E2CE) is known color: Downy. HEX triplet: 71, E2 and CE. RGB value is (113,226,206). Sum of RGB (Red+Green+Blue) = 113+226+206=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E2CE is #8E1D31. Grayscale: #BDBDBD. Windows color (decimal): -9313586 or 13558385. OLE color: 13558385.
HSL color Cylindrical-coordinate representation of color #71E2CE: hue angle of 169.38º 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 #71E2CE is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 206 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.11 |
| HSL | 169.38º | 0.66% | 0.66% | - |
| HSV(B) | 169.38º | 0.5% | 0.89% | - |
| XYZ | 45.15 | 62.36 | 68.05 | - |
| YUV | 189.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 206 | 0.5 | 0 | 0.09 | 0.11 | 169.38 | 0.66 | 0.66 |
| Hex | 71 | E2 | CE | 32 | 0 | 9 | B | A9 | 42 | 42 |
| Octal | 161 | 342 | 316 | 62 | 0 | 11 | 13 | 251 | 102 | 102 |
| Binary | 1110001 | 11100010 | 11001110 | 110010 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000010 |
Color Harmonies of #71E2CE
Complementary color
Monochromatic Colors of #71E2CE
Black with #71E2CE
Text Example
Text Example
White with #71E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E2CE; }
p { color: rgb(113,226,206); }
H1.HeaderClassName
{
color: #71E2CE;
}
.AnyTagClassName
{
color: #71E2CE;
}
</style>
background-color css
<style>
a { background-color: #71E2CE; }
a { background-color: rgb(113,226,206); }
div.DivClassName
{
background-color: #71E2CE;
}
.BgClassName
{
background-color: #71E2CE;
}
</style>
border-color css
<style>
span { border-color: #71E2CE; }
span { border-color: rgb(113,226,206); }
td.TdClassName
{
border-color: #71E2CE;
}
.TagClassName
{
border-color: #71E2CE;
}
</style>