Shades of Downy #5DF3BA
Tints of Downy #5DF3BA
RGB
CMYK
RGB Variations
Color information
#5DF3BA (or 0x5DF3BA) is known color: Downy. HEX triplet: 5D, F3 and BA. RGB value is (93,243,186). Sum of RGB (Red+Green+Blue) = 93+243+186=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3BA is #A20C45. Grayscale: #BFBFBF. Windows color (decimal): -10619974 or 12251997. OLE color: 12251997.
HSL color Cylindrical-coordinate representation of color #5DF3BA: hue angle of 157.2º degrees, saturation: 0.86, 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 #5DF3BA is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 186 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 157.2º | 0.86% | 0.66% | - |
| HSV(B) | 157.2º | 0.62% | 0.95% | - |
| XYZ | 45.43 | 69.97 | 57.57 | - |
| YUV | 191.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 186 | 0.62 | 0 | 0.23 | 0.05 | 157.2 | 0.86 | 0.66 |
| Hex | 5D | F3 | BA | 3E | 0 | 17 | 5 | 9D | 56 | 42 |
| Octal | 135 | 363 | 272 | 76 | 0 | 27 | 5 | 235 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10111010 | 111110 | 0 | 10111 | 101 | 10011101 | 1010110 | 1000010 |
Color Harmonies of #5DF3BA
Complementary color
Monochromatic Colors of #5DF3BA
Black with #5DF3BA
Text Example
Text Example
White with #5DF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3BA; }
p { color: rgb(93,243,186); }
H1.HeaderClassName
{
color: #5DF3BA;
}
.AnyTagClassName
{
color: #5DF3BA;
}
</style>
background-color css
<style>
a { background-color: #5DF3BA; }
a { background-color: rgb(93,243,186); }
div.DivClassName
{
background-color: #5DF3BA;
}
.BgClassName
{
background-color: #5DF3BA;
}
</style>
border-color css
<style>
span { border-color: #5DF3BA; }
span { border-color: rgb(93,243,186); }
td.TdClassName
{
border-color: #5DF3BA;
}
.TagClassName
{
border-color: #5DF3BA;
}
</style>