Shades of Downy #5DF2BA
Tints of Downy #5DF2BA
RGB
CMYK
RGB Variations
Color information
#5DF2BA (or 0x5DF2BA) is known color: Downy. HEX triplet: 5D, F2 and BA. RGB value is (93,242,186). Sum of RGB (Red+Green+Blue) = 93+242+186=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF2BA is #A20D45. Grayscale: #BFBFBF. Windows color (decimal): -10620230 or 12251741. OLE color: 12251741.
HSL color Cylindrical-coordinate representation of color #5DF2BA: hue angle of 157.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF2BA is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 186 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 157.45º | 0.85% | 0.66% | - |
| HSV(B) | 157.45º | 0.62% | 0.95% | - |
| XYZ | 45.13 | 69.38 | 57.47 | - |
| YUV | 191.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 186 | 0.62 | 0 | 0.23 | 0.05 | 157.45 | 0.85 | 0.66 |
| Hex | 5D | F2 | BA | 3E | 0 | 17 | 5 | 9D | 55 | 42 |
| Octal | 135 | 362 | 272 | 76 | 0 | 27 | 5 | 235 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10111010 | 111110 | 0 | 10111 | 101 | 10011101 | 1010101 | 1000010 |
Color Harmonies of #5DF2BA
Complementary color
Monochromatic Colors of #5DF2BA
Black with #5DF2BA
Text Example
Text Example
White with #5DF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2BA; }
p { color: rgb(93,242,186); }
H1.HeaderClassName
{
color: #5DF2BA;
}
.AnyTagClassName
{
color: #5DF2BA;
}
</style>
background-color css
<style>
a { background-color: #5DF2BA; }
a { background-color: rgb(93,242,186); }
div.DivClassName
{
background-color: #5DF2BA;
}
.BgClassName
{
background-color: #5DF2BA;
}
</style>
border-color css
<style>
span { border-color: #5DF2BA; }
span { border-color: rgb(93,242,186); }
td.TdClassName
{
border-color: #5DF2BA;
}
.TagClassName
{
border-color: #5DF2BA;
}
</style>