Shades of Downy #71EAB4
Tints of Downy #71EAB4
RGB
CMYK
RGB Variations
Color information
#71EAB4 (or 0x71EAB4) is known color: Downy. HEX triplet: 71, EA and B4. RGB value is (113,234,180). Sum of RGB (Red+Green+Blue) = 113+234+180=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAB4 is #8E154B. Grayscale: #BFBFBF. Windows color (decimal): -9311564 or 11856497. OLE color: 11856497.
HSL color Cylindrical-coordinate representation of color #71EAB4: hue angle of 153.22º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAB4 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 180 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.08 |
| HSL | 153.22º | 0.74% | 0.68% | - |
| HSV(B) | 153.22º | 0.52% | 0.92% | - |
| XYZ | 44.47 | 65.65 | 53.51 | - |
| YUV | 191.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 180 | 0.52 | 0 | 0.23 | 0.08 | 153.22 | 0.74 | 0.68 |
| Hex | 71 | EA | B4 | 34 | 0 | 17 | 8 | 99 | 4A | 44 |
| Octal | 161 | 352 | 264 | 64 | 0 | 27 | 10 | 231 | 112 | 104 |
| Binary | 1110001 | 11101010 | 10110100 | 110100 | 0 | 10111 | 1000 | 10011001 | 1001010 | 1000100 |
Color Harmonies of #71EAB4
Complementary color
Monochromatic Colors of #71EAB4
Black with #71EAB4
Text Example
Text Example
White with #71EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EAB4; }
p { color: rgb(113,234,180); }
H1.HeaderClassName
{
color: #71EAB4;
}
.AnyTagClassName
{
color: #71EAB4;
}
</style>
background-color css
<style>
a { background-color: #71EAB4; }
a { background-color: rgb(113,234,180); }
div.DivClassName
{
background-color: #71EAB4;
}
.BgClassName
{
background-color: #71EAB4;
}
</style>
border-color css
<style>
span { border-color: #71EAB4; }
span { border-color: rgb(113,234,180); }
td.TdClassName
{
border-color: #71EAB4;
}
.TagClassName
{
border-color: #71EAB4;
}
</style>