Shades of Downy #5FDFCB
Tints of Downy #5FDFCB
RGB
CMYK
RGB Variations
Color information
#5FDFCB (or 0x5FDFCB) is known color: Downy. HEX triplet: 5F, DF and CB. RGB value is (95,223,203). Sum of RGB (Red+Green+Blue) = 95+223+203=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFCB is #A02034. Grayscale: #B6B6B6. Windows color (decimal): -10494005 or 13360991. OLE color: 13360991.
HSL color Cylindrical-coordinate representation of color #5FDFCB: hue angle of 170.62º degrees, saturation: 0.67, 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 #5FDFCB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 203 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.13 |
| HSL | 170.63º | 0.67% | 0.62% | - |
| HSV(B) | 170.63º | 0.57% | 0.87% | - |
| XYZ | 41.89 | 59.52 | 65.78 | - |
| YUV | 182.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 203 | 0.57 | 0 | 0.09 | 0.13 | 170.63 | 0.67 | 0.62 |
| Hex | 5F | DF | CB | 39 | 0 | 9 | D | AB | 43 | 3E |
| Octal | 137 | 337 | 313 | 71 | 0 | 11 | 15 | 253 | 103 | 76 |
| Binary | 1011111 | 11011111 | 11001011 | 111001 | 0 | 1001 | 1101 | 10101011 | 1000011 | 111110 |
Color Harmonies of #5FDFCB
Complementary color
Monochromatic Colors of #5FDFCB
Black with #5FDFCB
Text Example
Text Example
White with #5FDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFCB; }
p { color: rgb(95,223,203); }
H1.HeaderClassName
{
color: #5FDFCB;
}
.AnyTagClassName
{
color: #5FDFCB;
}
</style>
background-color css
<style>
a { background-color: #5FDFCB; }
a { background-color: rgb(95,223,203); }
div.DivClassName
{
background-color: #5FDFCB;
}
.BgClassName
{
background-color: #5FDFCB;
}
</style>
border-color css
<style>
span { border-color: #5FDFCB; }
span { border-color: rgb(95,223,203); }
td.TdClassName
{
border-color: #5FDFCB;
}
.TagClassName
{
border-color: #5FDFCB;
}
</style>