Shades of Downy #5DF3BB
Tints of Downy #5DF3BB
RGB
CMYK
RGB Variations
Color information
#5DF3BB (or 0x5DF3BB) is known color: Downy. HEX triplet: 5D, F3 and BB. RGB value is (93,243,187). Sum of RGB (Red+Green+Blue) = 93+243+187=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3BB is #A20C44. Grayscale: #BFBFBF. Windows color (decimal): -10619973 or 12317533. OLE color: 12317533.
HSL color Cylindrical-coordinate representation of color #5DF3BB: hue angle of 157.6º 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 #5DF3BB is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 187 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.05 |
| HSL | 157.6º | 0.86% | 0.66% | - |
| HSV(B) | 157.6º | 0.62% | 0.95% | - |
| XYZ | 45.53 | 70.02 | 58.13 | - |
| YUV | 191.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 187 | 0.62 | 0 | 0.23 | 0.05 | 157.6 | 0.86 | 0.66 |
| Hex | 5D | F3 | BB | 3E | 0 | 17 | 5 | 9E | 56 | 42 |
| Octal | 135 | 363 | 273 | 76 | 0 | 27 | 5 | 236 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10111011 | 111110 | 0 | 10111 | 101 | 10011110 | 1010110 | 1000010 |
Color Harmonies of #5DF3BB
Complementary color
Monochromatic Colors of #5DF3BB
Black with #5DF3BB
Text Example
Text Example
White with #5DF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3BB; }
p { color: rgb(93,243,187); }
H1.HeaderClassName
{
color: #5DF3BB;
}
.AnyTagClassName
{
color: #5DF3BB;
}
</style>
background-color css
<style>
a { background-color: #5DF3BB; }
a { background-color: rgb(93,243,187); }
div.DivClassName
{
background-color: #5DF3BB;
}
.BgClassName
{
background-color: #5DF3BB;
}
</style>
border-color css
<style>
span { border-color: #5DF3BB; }
span { border-color: rgb(93,243,187); }
td.TdClassName
{
border-color: #5DF3BB;
}
.TagClassName
{
border-color: #5DF3BB;
}
</style>