Shades of Downy #5FDFBB
Tints of Downy #5FDFBB
RGB
CMYK
RGB Variations
Color information
#5FDFBB (or 0x5FDFBB) is known color: Downy. HEX triplet: 5F, DF and BB. RGB value is (95,223,187). Sum of RGB (Red+Green+Blue) = 95+223+187=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFBB is #A02044. Grayscale: #B4B4B4. Windows color (decimal): -10494021 or 12312415. OLE color: 12312415.
HSL color Cylindrical-coordinate representation of color #5FDFBB: hue angle of 163.12º 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 #5FDFBB is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 187 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.13 |
| HSL | 163.13º | 0.67% | 0.62% | - |
| HSV(B) | 163.13º | 0.57% | 0.87% | - |
| XYZ | 40.08 | 58.8 | 56.25 | - |
| YUV | 180.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 187 | 0.57 | 0 | 0.16 | 0.13 | 163.13 | 0.67 | 0.62 |
| Hex | 5F | DF | BB | 39 | 0 | 10 | D | A3 | 43 | 3E |
| Octal | 137 | 337 | 273 | 71 | 0 | 20 | 15 | 243 | 103 | 76 |
| Binary | 1011111 | 11011111 | 10111011 | 111001 | 0 | 10000 | 1101 | 10100011 | 1000011 | 111110 |
Color Harmonies of #5FDFBB
Complementary color
Monochromatic Colors of #5FDFBB
Black with #5FDFBB
Text Example
Text Example
White with #5FDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFBB; }
p { color: rgb(95,223,187); }
H1.HeaderClassName
{
color: #5FDFBB;
}
.AnyTagClassName
{
color: #5FDFBB;
}
</style>
background-color css
<style>
a { background-color: #5FDFBB; }
a { background-color: rgb(95,223,187); }
div.DivClassName
{
background-color: #5FDFBB;
}
.BgClassName
{
background-color: #5FDFBB;
}
</style>
border-color css
<style>
span { border-color: #5FDFBB; }
span { border-color: rgb(95,223,187); }
td.TdClassName
{
border-color: #5FDFBB;
}
.TagClassName
{
border-color: #5FDFBB;
}
</style>