Shades of Downy #5DDFBD
Tints of Downy #5DDFBD
RGB
CMYK
RGB Variations
Color information
#5DDFBD (or 0x5DDFBD) is known color: Downy. HEX triplet: 5D, DF and BD. RGB value is (93,223,189). Sum of RGB (Red+Green+Blue) = 93+223+189=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFBD is #A22042. Grayscale: #B4B4B4. Windows color (decimal): -10625091 or 12443485. OLE color: 12443485.
HSL color Cylindrical-coordinate representation of color #5DDFBD: hue angle of 164.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFBD is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 189 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.31º | 0.67% | 0.62% | - |
| HSV(B) | 164.31º | 0.58% | 0.87% | - |
| XYZ | 40.09 | 58.78 | 57.38 | - |
| YUV | 180.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 189 | 0.58 | 0 | 0.15 | 0.13 | 164.31 | 0.67 | 0.62 |
| Hex | 5D | DF | BD | 3A | 0 | F | D | A4 | 43 | 3E |
| Octal | 135 | 337 | 275 | 72 | 0 | 17 | 15 | 244 | 103 | 76 |
| Binary | 1011101 | 11011111 | 10111101 | 111010 | 0 | 1111 | 1101 | 10100100 | 1000011 | 111110 |
Color Harmonies of #5DDFBD
Complementary color
Monochromatic Colors of #5DDFBD
Black with #5DDFBD
Text Example
Text Example
White with #5DDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDFBD; }
p { color: rgb(93,223,189); }
H1.HeaderClassName
{
color: #5DDFBD;
}
.AnyTagClassName
{
color: #5DDFBD;
}
</style>
background-color css
<style>
a { background-color: #5DDFBD; }
a { background-color: rgb(93,223,189); }
div.DivClassName
{
background-color: #5DDFBD;
}
.BgClassName
{
background-color: #5DDFBD;
}
</style>
border-color css
<style>
span { border-color: #5DDFBD; }
span { border-color: rgb(93,223,189); }
td.TdClassName
{
border-color: #5DDFBD;
}
.TagClassName
{
border-color: #5DDFBD;
}
</style>