Shades of Downy #5DD7B8
Tints of Downy #5DD7B8
RGB
CMYK
RGB Variations
Color information
#5DD7B8 (or 0x5DD7B8) is known color: Downy. HEX triplet: 5D, D7 and B8. RGB value is (93,215,184). Sum of RGB (Red+Green+Blue) = 93+215+184=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7B8 is #A22847. Grayscale: #AEAEAE. Windows color (decimal): -10627144 or 12113757. OLE color: 12113757.
HSL color Cylindrical-coordinate representation of color #5DD7B8: hue angle of 164.75º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7B8 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 184 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.16 |
| HSL | 164.75º | 0.6% | 0.6% | - |
| HSV(B) | 164.75º | 0.57% | 0.84% | - |
| XYZ | 37.47 | 54.39 | 53.87 | - |
| YUV | 174.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 184 | 0.57 | 0 | 0.14 | 0.16 | 164.75 | 0.6 | 0.6 |
| Hex | 5D | D7 | B8 | 39 | 0 | E | 10 | A5 | 3C | 3C |
| Octal | 135 | 327 | 270 | 71 | 0 | 16 | 20 | 245 | 74 | 74 |
| Binary | 1011101 | 11010111 | 10111000 | 111001 | 0 | 1110 | 10000 | 10100101 | 111100 | 111100 |
Color Harmonies of #5DD7B8
Complementary color
Monochromatic Colors of #5DD7B8
Black with #5DD7B8
Text Example
Text Example
White with #5DD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD7B8; }
p { color: rgb(93,215,184); }
H1.HeaderClassName
{
color: #5DD7B8;
}
.AnyTagClassName
{
color: #5DD7B8;
}
</style>
background-color css
<style>
a { background-color: #5DD7B8; }
a { background-color: rgb(93,215,184); }
div.DivClassName
{
background-color: #5DD7B8;
}
.BgClassName
{
background-color: #5DD7B8;
}
</style>
border-color css
<style>
span { border-color: #5DD7B8; }
span { border-color: rgb(93,215,184); }
td.TdClassName
{
border-color: #5DD7B8;
}
.TagClassName
{
border-color: #5DD7B8;
}
</style>