Shades of Downy #5DCEBE
Tints of Downy #5DCEBE
RGB
CMYK
RGB Variations
Color information
#5DCEBE (or 0x5DCEBE) is known color: Downy. HEX triplet: 5D, CE and BE. RGB value is (93,206,190). Sum of RGB (Red+Green+Blue) = 93+206+190=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBE is #A23141. Grayscale: #AAAAAA. Windows color (decimal): -10629442 or 12504669. OLE color: 12504669.
HSL color Cylindrical-coordinate representation of color #5DCEBE: hue angle of 171.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEBE is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 190 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.19 |
| HSL | 171.5º | 0.54% | 0.59% | - |
| HSV(B) | 171.5º | 0.55% | 0.81% | - |
| XYZ | 35.88 | 50.19 | 56.51 | - |
| YUV | 170.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 190 | 0.55 | 0 | 0.08 | 0.19 | 171.5 | 0.54 | 0.59 |
| Hex | 5D | CE | BE | 37 | 0 | 8 | 13 | AC | 36 | 3B |
| Octal | 135 | 316 | 276 | 67 | 0 | 10 | 23 | 254 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10111110 | 110111 | 0 | 1000 | 10011 | 10101100 | 110110 | 111011 |
Color Harmonies of #5DCEBE
Complementary color
Monochromatic Colors of #5DCEBE
Black with #5DCEBE
Text Example
Text Example
White with #5DCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEBE; }
p { color: rgb(93,206,190); }
H1.HeaderClassName
{
color: #5DCEBE;
}
.AnyTagClassName
{
color: #5DCEBE;
}
</style>
background-color css
<style>
a { background-color: #5DCEBE; }
a { background-color: rgb(93,206,190); }
div.DivClassName
{
background-color: #5DCEBE;
}
.BgClassName
{
background-color: #5DCEBE;
}
</style>
border-color css
<style>
span { border-color: #5DCEBE; }
span { border-color: rgb(93,206,190); }
td.TdClassName
{
border-color: #5DCEBE;
}
.TagClassName
{
border-color: #5DCEBE;
}
</style>