Shades of Downy #5FC9C2
Tints of Downy #5FC9C2
RGB
CMYK
RGB Variations
Color information
#5FC9C2 (or 0x5FC9C2) is known color: Downy. HEX triplet: 5F, C9 and C2. RGB value is (95,201,194). Sum of RGB (Red+Green+Blue) = 95+201+194=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC9C2 is #A0363D. Grayscale: #A8A8A8. Windows color (decimal): -10499646 or 12765535. OLE color: 12765535.
HSL color Cylindrical-coordinate representation of color #5FC9C2: hue angle of 176.04º 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 #5FC9C2 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 194 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.21 |
| HSL | 176.04º | 0.5% | 0.58% | - |
| HSV(B) | 176.04º | 0.53% | 0.79% | - |
| XYZ | 35.34 | 48.1 | 58.46 | - |
| YUV | 168.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 194 | 0.53 | 0 | 0.03 | 0.21 | 176.04 | 0.5 | 0.58 |
| Hex | 5F | C9 | C2 | 35 | 0 | 3 | 15 | B0 | 32 | 3A |
| Octal | 137 | 311 | 302 | 65 | 0 | 3 | 25 | 260 | 62 | 72 |
| Binary | 1011111 | 11001001 | 11000010 | 110101 | 0 | 11 | 10101 | 10110000 | 110010 | 111010 |
Color Harmonies of #5FC9C2
Complementary color
Monochromatic Colors of #5FC9C2
Black with #5FC9C2
Text Example
Text Example
White with #5FC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC9C2; }
p { color: rgb(95,201,194); }
H1.HeaderClassName
{
color: #5FC9C2;
}
.AnyTagClassName
{
color: #5FC9C2;
}
</style>
background-color css
<style>
a { background-color: #5FC9C2; }
a { background-color: rgb(95,201,194); }
div.DivClassName
{
background-color: #5FC9C2;
}
.BgClassName
{
background-color: #5FC9C2;
}
</style>
border-color css
<style>
span { border-color: #5FC9C2; }
span { border-color: rgb(95,201,194); }
td.TdClassName
{
border-color: #5FC9C2;
}
.TagClassName
{
border-color: #5FC9C2;
}
</style>