Shades of Downy #5FCAC3
Tints of Downy #5FCAC3
RGB
CMYK
RGB Variations
Color information
#5FCAC3 (or 0x5FCAC3) is known color: Downy. HEX triplet: 5F, CA and C3. RGB value is (95,202,195). Sum of RGB (Red+Green+Blue) = 95+202+195=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAC3 is #A0353C. Grayscale: #A9A9A9. Windows color (decimal): -10499389 or 12831327. OLE color: 12831327.
HSL color Cylindrical-coordinate representation of color #5FCAC3: hue angle of 176.07º 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 #5FCAC3 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 195 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.21 |
| HSL | 176.07º | 0.5% | 0.58% | - |
| HSV(B) | 176.07º | 0.53% | 0.79% | - |
| XYZ | 35.69 | 48.61 | 59.13 | - |
| YUV | 169.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 195 | 0.53 | 0 | 0.03 | 0.21 | 176.07 | 0.5 | 0.58 |
| Hex | 5F | CA | C3 | 35 | 0 | 3 | 15 | B0 | 32 | 3A |
| Octal | 137 | 312 | 303 | 65 | 0 | 3 | 25 | 260 | 62 | 72 |
| Binary | 1011111 | 11001010 | 11000011 | 110101 | 0 | 11 | 10101 | 10110000 | 110010 | 111010 |
Color Harmonies of #5FCAC3
Complementary color
Monochromatic Colors of #5FCAC3
Black with #5FCAC3
Text Example
Text Example
White with #5FCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAC3; }
p { color: rgb(95,202,195); }
H1.HeaderClassName
{
color: #5FCAC3;
}
.AnyTagClassName
{
color: #5FCAC3;
}
</style>
background-color css
<style>
a { background-color: #5FCAC3; }
a { background-color: rgb(95,202,195); }
div.DivClassName
{
background-color: #5FCAC3;
}
.BgClassName
{
background-color: #5FCAC3;
}
</style>
border-color css
<style>
span { border-color: #5FCAC3; }
span { border-color: rgb(95,202,195); }
td.TdClassName
{
border-color: #5FCAC3;
}
.TagClassName
{
border-color: #5FCAC3;
}
</style>