Shades of Downy #5FDCC4
Tints of Downy #5FDCC4
RGB
CMYK
RGB Variations
Color information
#5FDCC4 (or 0x5FDCC4) is known color: Downy. HEX triplet: 5F, DC and C4. RGB value is (95,220,196). Sum of RGB (Red+Green+Blue) = 95+220+196=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCC4 is #A0233B. Grayscale: #B3B3B3. Windows color (decimal): -10494780 or 12901471. OLE color: 12901471.
HSL color Cylindrical-coordinate representation of color #5FDCC4: hue angle of 168.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCC4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 196 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.14 |
| HSL | 168.48º | 0.64% | 0.62% | - |
| HSV(B) | 168.48º | 0.57% | 0.86% | - |
| XYZ | 40.28 | 57.6 | 61.22 | - |
| YUV | 179.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 196 | 0.57 | 0 | 0.11 | 0.14 | 168.48 | 0.64 | 0.62 |
| Hex | 5F | DC | C4 | 39 | 0 | B | E | A8 | 40 | 3E |
| Octal | 137 | 334 | 304 | 71 | 0 | 13 | 16 | 250 | 100 | 76 |
| Binary | 1011111 | 11011100 | 11000100 | 111001 | 0 | 1011 | 1110 | 10101000 | 1000000 | 111110 |
Color Harmonies of #5FDCC4
Complementary color
Monochromatic Colors of #5FDCC4
Black with #5FDCC4
Text Example
Text Example
White with #5FDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCC4; }
p { color: rgb(95,220,196); }
H1.HeaderClassName
{
color: #5FDCC4;
}
.AnyTagClassName
{
color: #5FDCC4;
}
</style>
background-color css
<style>
a { background-color: #5FDCC4; }
a { background-color: rgb(95,220,196); }
div.DivClassName
{
background-color: #5FDCC4;
}
.BgClassName
{
background-color: #5FDCC4;
}
</style>
border-color css
<style>
span { border-color: #5FDCC4; }
span { border-color: rgb(95,220,196); }
td.TdClassName
{
border-color: #5FDCC4;
}
.TagClassName
{
border-color: #5FDCC4;
}
</style>