Shades of Downy #5DDABF
Tints of Downy #5DDABF
RGB
CMYK
RGB Variations
Color information
#5DDABF (or 0x5DDABF) is known color: Downy. HEX triplet: 5D, DA and BF. RGB value is (93,218,191). Sum of RGB (Red+Green+Blue) = 93+218+191=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDABF is #A22540. Grayscale: #B1B1B1. Windows color (decimal): -10626369 or 12573277. OLE color: 12573277.
HSL color Cylindrical-coordinate representation of color #5DDABF: hue angle of 167.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDABF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 191 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.15 |
| HSL | 167.04º | 0.63% | 0.61% | - |
| HSV(B) | 167.04º | 0.57% | 0.85% | - |
| XYZ | 38.99 | 56.23 | 58.09 | - |
| YUV | 177.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 191 | 0.57 | 0 | 0.12 | 0.15 | 167.04 | 0.63 | 0.61 |
| Hex | 5D | DA | BF | 39 | 0 | C | F | A7 | 3F | 3D |
| Octal | 135 | 332 | 277 | 71 | 0 | 14 | 17 | 247 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10111111 | 111001 | 0 | 1100 | 1111 | 10100111 | 111111 | 111101 |
Color Harmonies of #5DDABF
Complementary color
Monochromatic Colors of #5DDABF
Black with #5DDABF
Text Example
Text Example
White with #5DDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDABF; }
p { color: rgb(93,218,191); }
H1.HeaderClassName
{
color: #5DDABF;
}
.AnyTagClassName
{
color: #5DDABF;
}
</style>
background-color css
<style>
a { background-color: #5DDABF; }
a { background-color: rgb(93,218,191); }
div.DivClassName
{
background-color: #5DDABF;
}
.BgClassName
{
background-color: #5DDABF;
}
</style>
border-color css
<style>
span { border-color: #5DDABF; }
span { border-color: rgb(93,218,191); }
td.TdClassName
{
border-color: #5DDABF;
}
.TagClassName
{
border-color: #5DDABF;
}
</style>