Shades of Downy #5DEAC1
Tints of Downy #5DEAC1
RGB
CMYK
RGB Variations
Color information
#5DEAC1 (or 0x5DEAC1) is known color: Downy. HEX triplet: 5D, EA and C1. RGB value is (93,234,193). Sum of RGB (Red+Green+Blue) = 93+234+193=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEAC1 is #A2153E. Grayscale: #BBBBBB. Windows color (decimal): -10622271 or 12708445. OLE color: 12708445.
HSL color Cylindrical-coordinate representation of color #5DEAC1: hue angle of 162.55º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAC1 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 193 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.08 |
| HSL | 162.55º | 0.77% | 0.64% | - |
| HSV(B) | 162.55º | 0.6% | 0.92% | - |
| XYZ | 43.56 | 65.02 | 60.71 | - |
| YUV | 187.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 193 | 0.60 | 0 | 0.18 | 0.08 | 162.55 | 0.77 | 0.64 |
| Hex | 5D | EA | C1 | 3C | 0 | 12 | 8 | A3 | 4D | 40 |
| Octal | 135 | 352 | 301 | 74 | 0 | 22 | 10 | 243 | 115 | 100 |
| Binary | 1011101 | 11101010 | 11000001 | 111100 | 0 | 10010 | 1000 | 10100011 | 1001101 | 1000000 |
Color Harmonies of #5DEAC1
Complementary color
Monochromatic Colors of #5DEAC1
Black with #5DEAC1
Text Example
Text Example
White with #5DEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAC1; }
p { color: rgb(93,234,193); }
H1.HeaderClassName
{
color: #5DEAC1;
}
.AnyTagClassName
{
color: #5DEAC1;
}
</style>
background-color css
<style>
a { background-color: #5DEAC1; }
a { background-color: rgb(93,234,193); }
div.DivClassName
{
background-color: #5DEAC1;
}
.BgClassName
{
background-color: #5DEAC1;
}
</style>
border-color css
<style>
span { border-color: #5DEAC1; }
span { border-color: rgb(93,234,193); }
td.TdClassName
{
border-color: #5DEAC1;
}
.TagClassName
{
border-color: #5DEAC1;
}
</style>