Shades of Downy #5FCAC1
Tints of Downy #5FCAC1
RGB
CMYK
RGB Variations
Color information
#5FCAC1 (or 0x5FCAC1) is known color: Downy. HEX triplet: 5F, CA and C1. RGB value is (95,202,193). Sum of RGB (Red+Green+Blue) = 95+202+193=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAC1 is #A0353E. Grayscale: #A8A8A8. Windows color (decimal): -10499391 or 12700255. OLE color: 12700255.
HSL color Cylindrical-coordinate representation of color #5FCAC1: hue angle of 174.95º 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 #5FCAC1 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 193 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.21 |
| HSL | 174.95º | 0.5% | 0.58% | - |
| HSV(B) | 174.95º | 0.53% | 0.79% | - |
| XYZ | 35.47 | 48.52 | 57.95 | - |
| YUV | 168.98 | 141.55 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 193 | 0.53 | 0 | 0.04 | 0.21 | 174.95 | 0.5 | 0.58 |
| Hex | 5F | CA | C1 | 35 | 0 | 4 | 15 | AF | 32 | 3A |
| Octal | 137 | 312 | 301 | 65 | 0 | 4 | 25 | 257 | 62 | 72 |
| Binary | 1011111 | 11001010 | 11000001 | 110101 | 0 | 100 | 10101 | 10101111 | 110010 | 111010 |
Color Harmonies of #5FCAC1
Complementary color
Monochromatic Colors of #5FCAC1
Black with #5FCAC1
Text Example
Text Example
White with #5FCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAC1; }
p { color: rgb(95,202,193); }
H1.HeaderClassName
{
color: #5FCAC1;
}
.AnyTagClassName
{
color: #5FCAC1;
}
</style>
background-color css
<style>
a { background-color: #5FCAC1; }
a { background-color: rgb(95,202,193); }
div.DivClassName
{
background-color: #5FCAC1;
}
.BgClassName
{
background-color: #5FCAC1;
}
</style>
border-color css
<style>
span { border-color: #5FCAC1; }
span { border-color: rgb(95,202,193); }
td.TdClassName
{
border-color: #5FCAC1;
}
.TagClassName
{
border-color: #5FCAC1;
}
</style>