Shades of Downy #5CEAB8
Tints of Downy #5CEAB8
RGB
CMYK
RGB Variations
Color information
#5CEAB8 (or 0x5CEAB8) is known color: Downy. HEX triplet: 5C, EA and B8. RGB value is (92,234,184). Sum of RGB (Red+Green+Blue) = 92+234+184=510 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.04% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEAB8 is #A31547. Grayscale: #B9B9B9. Windows color (decimal): -10687816 or 12118620. OLE color: 12118620.
HSL color Cylindrical-coordinate representation of color #5CEAB8: hue angle of 158.87º 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 #5CEAB8 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 184 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.08 |
| HSL | 158.87º | 0.77% | 0.64% | - |
| HSV(B) | 158.87º | 0.61% | 0.92% | - |
| XYZ | 42.49 | 64.58 | 55.57 | - |
| YUV | 185.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 184 | 0.61 | 0 | 0.21 | 0.08 | 158.87 | 0.77 | 0.64 |
| Hex | 5C | EA | B8 | 3D | 0 | 15 | 8 | 9F | 4D | 40 |
| Octal | 134 | 352 | 270 | 75 | 0 | 25 | 10 | 237 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10111000 | 111101 | 0 | 10101 | 1000 | 10011111 | 1001101 | 1000000 |
Color Harmonies of #5CEAB8
Complementary color
Monochromatic Colors of #5CEAB8
Black with #5CEAB8
Text Example
Text Example
White with #5CEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEAB8; }
p { color: rgb(92,234,184); }
H1.HeaderClassName
{
color: #5CEAB8;
}
.AnyTagClassName
{
color: #5CEAB8;
}
</style>
background-color css
<style>
a { background-color: #5CEAB8; }
a { background-color: rgb(92,234,184); }
div.DivClassName
{
background-color: #5CEAB8;
}
.BgClassName
{
background-color: #5CEAB8;
}
</style>
border-color css
<style>
span { border-color: #5CEAB8; }
span { border-color: rgb(92,234,184); }
td.TdClassName
{
border-color: #5CEAB8;
}
.TagClassName
{
border-color: #5CEAB8;
}
</style>