Shades of Downy #5FCAC2
Tints of Downy #5FCAC2
RGB
CMYK
RGB Variations
Color information
#5FCAC2 (or 0x5FCAC2) is known color: Downy. HEX triplet: 5F, CA and C2. RGB value is (95,202,194). Sum of RGB (Red+Green+Blue) = 95+202+194=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAC2 is #A0353D. Grayscale: #A9A9A9. Windows color (decimal): -10499390 or 12765791. OLE color: 12765791.
HSL color Cylindrical-coordinate representation of color #5FCAC2: hue angle of 175.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCAC2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 194 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.21 |
| HSL | 175.51º | 0.5% | 0.58% | - |
| HSV(B) | 175.51º | 0.53% | 0.79% | - |
| XYZ | 35.58 | 48.57 | 58.54 | - |
| YUV | 169.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 194 | 0.53 | 0 | 0.04 | 0.21 | 175.51 | 0.5 | 0.58 |
| Hex | 5F | CA | C2 | 35 | 0 | 4 | 15 | B0 | 32 | 3A |
| Octal | 137 | 312 | 302 | 65 | 0 | 4 | 25 | 260 | 62 | 72 |
| Binary | 1011111 | 11001010 | 11000010 | 110101 | 0 | 100 | 10101 | 10110000 | 110010 | 111010 |
Color Harmonies of #5FCAC2
Complementary color
Monochromatic Colors of #5FCAC2
Black with #5FCAC2
Text Example
Text Example
White with #5FCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAC2; }
p { color: rgb(95,202,194); }
H1.HeaderClassName
{
color: #5FCAC2;
}
.AnyTagClassName
{
color: #5FCAC2;
}
</style>
background-color css
<style>
a { background-color: #5FCAC2; }
a { background-color: rgb(95,202,194); }
div.DivClassName
{
background-color: #5FCAC2;
}
.BgClassName
{
background-color: #5FCAC2;
}
</style>
border-color css
<style>
span { border-color: #5FCAC2; }
span { border-color: rgb(95,202,194); }
td.TdClassName
{
border-color: #5FCAC2;
}
.TagClassName
{
border-color: #5FCAC2;
}
</style>