Shades of Downy #5DEEBF
Tints of Downy #5DEEBF
RGB
CMYK
RGB Variations
Color information
#5DEEBF (or 0x5DEEBF) is known color: Downy. HEX triplet: 5D, EE and BF. RGB value is (93,238,191). Sum of RGB (Red+Green+Blue) = 93+238+191=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEEBF is #A21140. Grayscale: #BDBDBD. Windows color (decimal): -10621249 or 12578397. OLE color: 12578397.
HSL color Cylindrical-coordinate representation of color #5DEEBF: hue angle of 160.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEEBF is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 191 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.07 |
| HSL | 160.55º | 0.81% | 0.65% | - |
| HSV(B) | 160.55º | 0.61% | 0.93% | - |
| XYZ | 44.49 | 67.24 | 59.92 | - |
| YUV | 189.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 191 | 0.61 | 0 | 0.20 | 0.07 | 160.55 | 0.81 | 0.65 |
| Hex | 5D | EE | BF | 3D | 0 | 14 | 7 | A1 | 51 | 41 |
| Octal | 135 | 356 | 277 | 75 | 0 | 24 | 7 | 241 | 121 | 101 |
| Binary | 1011101 | 11101110 | 10111111 | 111101 | 0 | 10100 | 111 | 10100001 | 1010001 | 1000001 |
Color Harmonies of #5DEEBF
Complementary color
Monochromatic Colors of #5DEEBF
Black with #5DEEBF
Text Example
Text Example
White with #5DEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEBF; }
p { color: rgb(93,238,191); }
H1.HeaderClassName
{
color: #5DEEBF;
}
.AnyTagClassName
{
color: #5DEEBF;
}
</style>
background-color css
<style>
a { background-color: #5DEEBF; }
a { background-color: rgb(93,238,191); }
div.DivClassName
{
background-color: #5DEEBF;
}
.BgClassName
{
background-color: #5DEEBF;
}
</style>
border-color css
<style>
span { border-color: #5DEEBF; }
span { border-color: rgb(93,238,191); }
td.TdClassName
{
border-color: #5DEEBF;
}
.TagClassName
{
border-color: #5DEEBF;
}
</style>