Shades of Downy #5CEABC
Tints of Downy #5CEABC
RGB
CMYK
RGB Variations
Color information
#5CEABC (or 0x5CEABC) is known color: Downy. HEX triplet: 5C, EA and BC. RGB value is (92,234,188). Sum of RGB (Red+Green+Blue) = 92+234+188=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEABC is #A31543. Grayscale: #BABABA. Windows color (decimal): -10687812 or 12380764. OLE color: 12380764.
HSL color Cylindrical-coordinate representation of color #5CEABC: hue angle of 160.56º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEABC is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 188 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.08 |
| HSL | 160.56º | 0.77% | 0.64% | - |
| HSV(B) | 160.56º | 0.61% | 0.92% | - |
| XYZ | 42.91 | 64.75 | 57.81 | - |
| YUV | 186.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 188 | 0.61 | 0 | 0.20 | 0.08 | 160.56 | 0.77 | 0.64 |
| Hex | 5C | EA | BC | 3D | 0 | 14 | 8 | A1 | 4D | 40 |
| Octal | 134 | 352 | 274 | 75 | 0 | 24 | 10 | 241 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10111100 | 111101 | 0 | 10100 | 1000 | 10100001 | 1001101 | 1000000 |
Color Harmonies of #5CEABC
Complementary color
Monochromatic Colors of #5CEABC
Black with #5CEABC
Text Example
Text Example
White with #5CEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEABC; }
p { color: rgb(92,234,188); }
H1.HeaderClassName
{
color: #5CEABC;
}
.AnyTagClassName
{
color: #5CEABC;
}
</style>
background-color css
<style>
a { background-color: #5CEABC; }
a { background-color: rgb(92,234,188); }
div.DivClassName
{
background-color: #5CEABC;
}
.BgClassName
{
background-color: #5CEABC;
}
</style>
border-color css
<style>
span { border-color: #5CEABC; }
span { border-color: rgb(92,234,188); }
td.TdClassName
{
border-color: #5CEABC;
}
.TagClassName
{
border-color: #5CEABC;
}
</style>