Shades of Downy #5CDEBE
Tints of Downy #5CDEBE
RGB
CMYK
RGB Variations
Color information
#5CDEBE (or 0x5CDEBE) is known color: Downy. HEX triplet: 5C, DE and BE. RGB value is (92,222,190). Sum of RGB (Red+Green+Blue) = 92+222+190=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEBE is #A32141. Grayscale: #B3B3B3. Windows color (decimal): -10690882 or 12508764. OLE color: 12508764.
HSL color Cylindrical-coordinate representation of color #5CDEBE: hue angle of 165.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEBE is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 190 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.13 |
| HSL | 165.23º | 0.66% | 0.62% | - |
| HSV(B) | 165.23º | 0.59% | 0.87% | - |
| XYZ | 39.83 | 58.24 | 57.86 | - |
| YUV | 179.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 190 | 0.59 | 0 | 0.14 | 0.13 | 165.23 | 0.66 | 0.62 |
| Hex | 5C | DE | BE | 3B | 0 | E | D | A5 | 42 | 3E |
| Octal | 134 | 336 | 276 | 73 | 0 | 16 | 15 | 245 | 102 | 76 |
| Binary | 1011100 | 11011110 | 10111110 | 111011 | 0 | 1110 | 1101 | 10100101 | 1000010 | 111110 |
Color Harmonies of #5CDEBE
Complementary color
Monochromatic Colors of #5CDEBE
Black with #5CDEBE
Text Example
Text Example
White with #5CDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEBE; }
p { color: rgb(92,222,190); }
H1.HeaderClassName
{
color: #5CDEBE;
}
.AnyTagClassName
{
color: #5CDEBE;
}
</style>
background-color css
<style>
a { background-color: #5CDEBE; }
a { background-color: rgb(92,222,190); }
div.DivClassName
{
background-color: #5CDEBE;
}
.BgClassName
{
background-color: #5CDEBE;
}
</style>
border-color css
<style>
span { border-color: #5CDEBE; }
span { border-color: rgb(92,222,190); }
td.TdClassName
{
border-color: #5CDEBE;
}
.TagClassName
{
border-color: #5CDEBE;
}
</style>