Shades of Downy #5CE8C9
Tints of Downy #5CE8C9
RGB
CMYK
RGB Variations
Color information
#5CE8C9 (or 0x5CE8C9) is known color: Downy. HEX triplet: 5C, E8 and C9. RGB value is (92,232,201). Sum of RGB (Red+Green+Blue) = 92+232+201=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8C9 is #A31736. Grayscale: #BABABA. Windows color (decimal): -10688311 or 13232220. OLE color: 13232220.
HSL color Cylindrical-coordinate representation of color #5CE8C9: hue angle of 166.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8C9 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 232 | 201 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.09 |
| HSL | 166.71º | 0.75% | 0.64% | - |
| HSV(B) | 166.71º | 0.6% | 0.91% | - |
| XYZ | 43.81 | 64.21 | 65.34 | - |
| YUV | 186.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 201 | 0.60 | 0 | 0.13 | 0.09 | 166.71 | 0.75 | 0.64 |
| Hex | 5C | E8 | C9 | 3C | 0 | D | 9 | A7 | 4B | 40 |
| Octal | 134 | 350 | 311 | 74 | 0 | 15 | 11 | 247 | 113 | 100 |
| Binary | 1011100 | 11101000 | 11001001 | 111100 | 0 | 1101 | 1001 | 10100111 | 1001011 | 1000000 |
Color Harmonies of #5CE8C9
Complementary color
Monochromatic Colors of #5CE8C9
Black with #5CE8C9
Text Example
Text Example
White with #5CE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8C9; }
p { color: rgb(92,232,201); }
H1.HeaderClassName
{
color: #5CE8C9;
}
.AnyTagClassName
{
color: #5CE8C9;
}
</style>
background-color css
<style>
a { background-color: #5CE8C9; }
a { background-color: rgb(92,232,201); }
div.DivClassName
{
background-color: #5CE8C9;
}
.BgClassName
{
background-color: #5CE8C9;
}
</style>
border-color css
<style>
span { border-color: #5CE8C9; }
span { border-color: rgb(92,232,201); }
td.TdClassName
{
border-color: #5CE8C9;
}
.TagClassName
{
border-color: #5CE8C9;
}
</style>