Shades of Downy #5CEABA
Tints of Downy #5CEABA
RGB
CMYK
RGB Variations
Color information
#5CEABA (or 0x5CEABA) is known color: Downy. HEX triplet: 5C, EA and BA. RGB value is (92,234,186). Sum of RGB (Red+Green+Blue) = 92+234+186=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEABA is #A31545. Grayscale: #BABABA. Windows color (decimal): -10687814 or 12249692. OLE color: 12249692.
HSL color Cylindrical-coordinate representation of color #5CEABA: hue angle of 159.72º 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 #5CEABA is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 186 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.08 |
| HSL | 159.72º | 0.77% | 0.64% | - |
| HSV(B) | 159.72º | 0.61% | 0.92% | - |
| XYZ | 42.7 | 64.67 | 56.69 | - |
| YUV | 186.07 | 127.96 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 186 | 0.61 | 0 | 0.21 | 0.08 | 159.72 | 0.77 | 0.64 |
| Hex | 5C | EA | BA | 3D | 0 | 15 | 8 | A0 | 4D | 40 |
| Octal | 134 | 352 | 272 | 75 | 0 | 25 | 10 | 240 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10111010 | 111101 | 0 | 10101 | 1000 | 10100000 | 1001101 | 1000000 |
Color Harmonies of #5CEABA
Complementary color
Monochromatic Colors of #5CEABA
Black with #5CEABA
Text Example
Text Example
White with #5CEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEABA; }
p { color: rgb(92,234,186); }
H1.HeaderClassName
{
color: #5CEABA;
}
.AnyTagClassName
{
color: #5CEABA;
}
</style>
background-color css
<style>
a { background-color: #5CEABA; }
a { background-color: rgb(92,234,186); }
div.DivClassName
{
background-color: #5CEABA;
}
.BgClassName
{
background-color: #5CEABA;
}
</style>
border-color css
<style>
span { border-color: #5CEABA; }
span { border-color: rgb(92,234,186); }
td.TdClassName
{
border-color: #5CEABA;
}
.TagClassName
{
border-color: #5CEABA;
}
</style>