Shades of Downy #5FDECB
Tints of Downy #5FDECB
RGB
CMYK
RGB Variations
Color information
#5FDECB (or 0x5FDECB) is known color: Downy. HEX triplet: 5F, DE and CB. RGB value is (95,222,203). Sum of RGB (Red+Green+Blue) = 95+222+203=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDECB is #A02134. Grayscale: #B5B5B5. Windows color (decimal): -10494261 or 13360735. OLE color: 13360735.
HSL color Cylindrical-coordinate representation of color #5FDECB: hue angle of 171.02º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDECB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 203 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.13 |
| HSL | 171.02º | 0.66% | 0.62% | - |
| HSV(B) | 171.02º | 0.57% | 0.87% | - |
| XYZ | 41.62 | 58.99 | 65.69 | - |
| YUV | 181.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 203 | 0.57 | 0 | 0.09 | 0.13 | 171.02 | 0.66 | 0.62 |
| Hex | 5F | DE | CB | 39 | 0 | 9 | D | AB | 42 | 3E |
| Octal | 137 | 336 | 313 | 71 | 0 | 11 | 15 | 253 | 102 | 76 |
| Binary | 1011111 | 11011110 | 11001011 | 111001 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111110 |
Color Harmonies of #5FDECB
Complementary color
Monochromatic Colors of #5FDECB
Black with #5FDECB
Text Example
Text Example
White with #5FDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDECB; }
p { color: rgb(95,222,203); }
H1.HeaderClassName
{
color: #5FDECB;
}
.AnyTagClassName
{
color: #5FDECB;
}
</style>
background-color css
<style>
a { background-color: #5FDECB; }
a { background-color: rgb(95,222,203); }
div.DivClassName
{
background-color: #5FDECB;
}
.BgClassName
{
background-color: #5FDECB;
}
</style>
border-color css
<style>
span { border-color: #5FDECB; }
span { border-color: rgb(95,222,203); }
td.TdClassName
{
border-color: #5FDECB;
}
.TagClassName
{
border-color: #5FDECB;
}
</style>