Shades of Downy #5CE0BD
Tints of Downy #5CE0BD
RGB
CMYK
RGB Variations
Color information
#5CE0BD (or 0x5CE0BD) is known color: Downy. HEX triplet: 5C, E0 and BD. RGB value is (92,224,189). Sum of RGB (Red+Green+Blue) = 92+224+189=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #5CE0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE0BD is #A31F42. Grayscale: #B4B4B4. Windows color (decimal): -10690371 or 12443740. OLE color: 12443740.
HSL color Cylindrical-coordinate representation of color #5CE0BD: hue angle of 164.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE0BD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 224 | 189 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.12 |
| HSL | 164.09º | 0.68% | 0.62% | - |
| HSV(B) | 164.09º | 0.59% | 0.88% | - |
| XYZ | 40.25 | 59.26 | 57.46 | - |
| YUV | 180.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 189 | 0.59 | 0 | 0.16 | 0.12 | 164.09 | 0.68 | 0.62 |
| Hex | 5C | E0 | BD | 3B | 0 | 10 | C | A4 | 44 | 3E |
| Octal | 134 | 340 | 275 | 73 | 0 | 20 | 14 | 244 | 104 | 76 |
| Binary | 1011100 | 11100000 | 10111101 | 111011 | 0 | 10000 | 1100 | 10100100 | 1000100 | 111110 |
Color Harmonies of #5CE0BD
Complementary color
Monochromatic Colors of #5CE0BD
Black with #5CE0BD
Text Example
Text Example
White with #5CE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE0BD; }
p { color: rgb(92,224,189); }
H1.HeaderClassName
{
color: #5CE0BD;
}
.AnyTagClassName
{
color: #5CE0BD;
}
</style>
background-color css
<style>
a { background-color: #5CE0BD; }
a { background-color: rgb(92,224,189); }
div.DivClassName
{
background-color: #5CE0BD;
}
.BgClassName
{
background-color: #5CE0BD;
}
</style>
border-color css
<style>
span { border-color: #5CE0BD; }
span { border-color: rgb(92,224,189); }
td.TdClassName
{
border-color: #5CE0BD;
}
.TagClassName
{
border-color: #5CE0BD;
}
</style>