Shades of Downy #71CAC2
Tints of Downy #71CAC2
RGB
CMYK
RGB Variations
Color information
#71CAC2 (or 0x71CAC2) is known color: Downy. HEX triplet: 71, CA and C2. RGB value is (113,202,194). Sum of RGB (Red+Green+Blue) = 113+202+194=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAC2 is #8E353D. Grayscale: #AEAEAE. Windows color (decimal): -9319742 or 12765809. OLE color: 12765809.
HSL color Cylindrical-coordinate representation of color #71CAC2: hue angle of 174.61º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CAC2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 194 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.21 |
| HSL | 174.61º | 0.46% | 0.62% | - |
| HSV(B) | 174.61º | 0.44% | 0.79% | - |
| XYZ | 37.67 | 49.65 | 58.64 | - |
| YUV | 174.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 194 | 0.44 | 0 | 0.04 | 0.21 | 174.61 | 0.46 | 0.62 |
| Hex | 71 | CA | C2 | 2C | 0 | 4 | 15 | AF | 2E | 3E |
| Octal | 161 | 312 | 302 | 54 | 0 | 4 | 25 | 257 | 56 | 76 |
| Binary | 1110001 | 11001010 | 11000010 | 101100 | 0 | 100 | 10101 | 10101111 | 101110 | 111110 |
Color Harmonies of #71CAC2
Complementary color
Monochromatic Colors of #71CAC2
Black with #71CAC2
Text Example
Text Example
White with #71CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CAC2; }
p { color: rgb(113,202,194); }
H1.HeaderClassName
{
color: #71CAC2;
}
.AnyTagClassName
{
color: #71CAC2;
}
</style>
background-color css
<style>
a { background-color: #71CAC2; }
a { background-color: rgb(113,202,194); }
div.DivClassName
{
background-color: #71CAC2;
}
.BgClassName
{
background-color: #71CAC2;
}
</style>
border-color css
<style>
span { border-color: #71CAC2; }
span { border-color: rgb(113,202,194); }
td.TdClassName
{
border-color: #71CAC2;
}
.TagClassName
{
border-color: #71CAC2;
}
</style>