Shades of Downy #5FDFBD
Tints of Downy #5FDFBD
RGB
CMYK
RGB Variations
Color information
#5FDFBD (or 0x5FDFBD) is known color: Downy. HEX triplet: 5F, DF and BD. RGB value is (95,223,189). Sum of RGB (Red+Green+Blue) = 95+223+189=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFBD is #A02042. Grayscale: #B4B4B4. Windows color (decimal): -10494019 or 12443487. OLE color: 12443487.
HSL color Cylindrical-coordinate representation of color #5FDFBD: hue angle of 164.06º 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 #5FDFBD is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 189 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.13 |
| HSL | 164.06º | 0.67% | 0.62% | - |
| HSV(B) | 164.06º | 0.57% | 0.87% | - |
| XYZ | 40.29 | 58.88 | 57.39 | - |
| YUV | 180.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 189 | 0.57 | 0 | 0.15 | 0.13 | 164.06 | 0.67 | 0.62 |
| Hex | 5F | DF | BD | 39 | 0 | F | D | A4 | 43 | 3E |
| Octal | 137 | 337 | 275 | 71 | 0 | 17 | 15 | 244 | 103 | 76 |
| Binary | 1011111 | 11011111 | 10111101 | 111001 | 0 | 1111 | 1101 | 10100100 | 1000011 | 111110 |
Color Harmonies of #5FDFBD
Complementary color
Monochromatic Colors of #5FDFBD
Black with #5FDFBD
Text Example
Text Example
White with #5FDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFBD; }
p { color: rgb(95,223,189); }
H1.HeaderClassName
{
color: #5FDFBD;
}
.AnyTagClassName
{
color: #5FDFBD;
}
</style>
background-color css
<style>
a { background-color: #5FDFBD; }
a { background-color: rgb(95,223,189); }
div.DivClassName
{
background-color: #5FDFBD;
}
.BgClassName
{
background-color: #5FDFBD;
}
</style>
border-color css
<style>
span { border-color: #5FDFBD; }
span { border-color: rgb(95,223,189); }
td.TdClassName
{
border-color: #5FDFBD;
}
.TagClassName
{
border-color: #5FDFBD;
}
</style>