Shades of Downy #5CEEBD
Tints of Downy #5CEEBD
RGB
CMYK
RGB Variations
Color information
#5CEEBD (or 0x5CEEBD) is known color: Downy. HEX triplet: 5C, EE and BD. RGB value is (92,238,189). Sum of RGB (Red+Green+Blue) = 92+238+189=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEBD is #A31142. Grayscale: #BCBCBC. Windows color (decimal): -10686787 or 12447324. OLE color: 12447324.
HSL color Cylindrical-coordinate representation of color #5CEEBD: hue angle of 159.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEEBD is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 189 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.07 |
| HSL | 159.86º | 0.81% | 0.65% | - |
| HSV(B) | 159.86º | 0.61% | 0.93% | - |
| XYZ | 44.17 | 67.1 | 58.77 | - |
| YUV | 188.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 189 | 0.61 | 0 | 0.21 | 0.07 | 159.86 | 0.81 | 0.65 |
| Hex | 5C | EE | BD | 3D | 0 | 15 | 7 | A0 | 51 | 41 |
| Octal | 134 | 356 | 275 | 75 | 0 | 25 | 7 | 240 | 121 | 101 |
| Binary | 1011100 | 11101110 | 10111101 | 111101 | 0 | 10101 | 111 | 10100000 | 1010001 | 1000001 |
Color Harmonies of #5CEEBD
Complementary color
Monochromatic Colors of #5CEEBD
Black with #5CEEBD
Text Example
Text Example
White with #5CEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEBD; }
p { color: rgb(92,238,189); }
H1.HeaderClassName
{
color: #5CEEBD;
}
.AnyTagClassName
{
color: #5CEEBD;
}
</style>
background-color css
<style>
a { background-color: #5CEEBD; }
a { background-color: rgb(92,238,189); }
div.DivClassName
{
background-color: #5CEEBD;
}
.BgClassName
{
background-color: #5CEEBD;
}
</style>
border-color css
<style>
span { border-color: #5CEEBD; }
span { border-color: rgb(92,238,189); }
td.TdClassName
{
border-color: #5CEEBD;
}
.TagClassName
{
border-color: #5CEEBD;
}
</style>