Shades of Downy #5CE3C1
Tints of Downy #5CE3C1
RGB
CMYK
RGB Variations
Color information
#5CE3C1 (or 0x5CE3C1) is known color: Downy. HEX triplet: 5C, E3 and C1. RGB value is (92,227,193). Sum of RGB (Red+Green+Blue) = 92+227+193=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #5CE3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE3C1 is #A31C3E. Grayscale: #B6B6B6. Windows color (decimal): -10689599 or 12706652. OLE color: 12706652.
HSL color Cylindrical-coordinate representation of color #5CE3C1: hue angle of 164.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE3C1 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 227 | 193 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.11 |
| HSL | 164.89º | 0.71% | 0.63% | - |
| HSV(B) | 164.89º | 0.59% | 0.89% | - |
| XYZ | 41.51 | 61.06 | 60.05 | - |
| YUV | 182.76 | 133.77 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 193 | 0.59 | 0 | 0.15 | 0.11 | 164.89 | 0.71 | 0.63 |
| Hex | 5C | E3 | C1 | 3B | 0 | F | B | A5 | 47 | 3F |
| Octal | 134 | 343 | 301 | 73 | 0 | 17 | 13 | 245 | 107 | 77 |
| Binary | 1011100 | 11100011 | 11000001 | 111011 | 0 | 1111 | 1011 | 10100101 | 1000111 | 111111 |
Color Harmonies of #5CE3C1
Complementary color
Monochromatic Colors of #5CE3C1
Black with #5CE3C1
Text Example
Text Example
White with #5CE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE3C1; }
p { color: rgb(92,227,193); }
H1.HeaderClassName
{
color: #5CE3C1;
}
.AnyTagClassName
{
color: #5CE3C1;
}
</style>
background-color css
<style>
a { background-color: #5CE3C1; }
a { background-color: rgb(92,227,193); }
div.DivClassName
{
background-color: #5CE3C1;
}
.BgClassName
{
background-color: #5CE3C1;
}
</style>
border-color css
<style>
span { border-color: #5CE3C1; }
span { border-color: rgb(92,227,193); }
td.TdClassName
{
border-color: #5CE3C1;
}
.TagClassName
{
border-color: #5CE3C1;
}
</style>