Shades of Downy #71E2CD
Tints of Downy #71E2CD
RGB
CMYK
RGB Variations
Color information
#71E2CD (or 0x71E2CD) is known color: Downy. HEX triplet: 71, E2 and CD. RGB value is (113,226,205). Sum of RGB (Red+Green+Blue) = 113+226+205=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E2CD is #8E1D32. Grayscale: #BDBDBD. Windows color (decimal): -9313587 or 13492849. OLE color: 13492849.
HSL color Cylindrical-coordinate representation of color #71E2CD: hue angle of 168.85º 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 #71E2CD is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 205 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.11 |
| HSL | 168.85º | 0.66% | 0.66% | - |
| HSV(B) | 168.85º | 0.5% | 0.89% | - |
| XYZ | 45.03 | 62.31 | 67.41 | - |
| YUV | 189.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 205 | 0.5 | 0 | 0.09 | 0.11 | 168.85 | 0.66 | 0.66 |
| Hex | 71 | E2 | CD | 32 | 0 | 9 | B | A9 | 42 | 42 |
| Octal | 161 | 342 | 315 | 62 | 0 | 11 | 13 | 251 | 102 | 102 |
| Binary | 1110001 | 11100010 | 11001101 | 110010 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000010 |
Color Harmonies of #71E2CD
Complementary color
Monochromatic Colors of #71E2CD
Black with #71E2CD
Text Example
Text Example
White with #71E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E2CD; }
p { color: rgb(113,226,205); }
H1.HeaderClassName
{
color: #71E2CD;
}
.AnyTagClassName
{
color: #71E2CD;
}
</style>
background-color css
<style>
a { background-color: #71E2CD; }
a { background-color: rgb(113,226,205); }
div.DivClassName
{
background-color: #71E2CD;
}
.BgClassName
{
background-color: #71E2CD;
}
</style>
border-color css
<style>
span { border-color: #71E2CD; }
span { border-color: rgb(113,226,205); }
td.TdClassName
{
border-color: #71E2CD;
}
.TagClassName
{
border-color: #71E2CD;
}
</style>