Shades of Downy #5CE6C2
Tints of Downy #5CE6C2
RGB
CMYK
RGB Variations
Color information
#5CE6C2 (or 0x5CE6C2) is known color: Downy. HEX triplet: 5C, E6 and C2. RGB value is (92,230,194). Sum of RGB (Red+Green+Blue) = 92+230+194=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6C2 is #A3193D. Grayscale: #B8B8B8. Windows color (decimal): -10688830 or 12772956. OLE color: 12772956.
HSL color Cylindrical-coordinate representation of color #5CE6C2: hue angle of 164.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6C2 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 194 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.10 |
| HSL | 164.35º | 0.73% | 0.63% | - |
| HSV(B) | 164.35º | 0.6% | 0.9% | - |
| XYZ | 42.45 | 62.76 | 60.92 | - |
| YUV | 184.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 194 | 0.60 | 0 | 0.16 | 0.10 | 164.35 | 0.73 | 0.63 |
| Hex | 5C | E6 | C2 | 3C | 0 | 10 | A | A4 | 49 | 3F |
| Octal | 134 | 346 | 302 | 74 | 0 | 20 | 12 | 244 | 111 | 77 |
| Binary | 1011100 | 11100110 | 11000010 | 111100 | 0 | 10000 | 1010 | 10100100 | 1001001 | 111111 |
Color Harmonies of #5CE6C2
Complementary color
Monochromatic Colors of #5CE6C2
Black with #5CE6C2
Text Example
Text Example
White with #5CE6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE6C2; }
p { color: rgb(92,230,194); }
H1.HeaderClassName
{
color: #5CE6C2;
}
.AnyTagClassName
{
color: #5CE6C2;
}
</style>
background-color css
<style>
a { background-color: #5CE6C2; }
a { background-color: rgb(92,230,194); }
div.DivClassName
{
background-color: #5CE6C2;
}
.BgClassName
{
background-color: #5CE6C2;
}
</style>
border-color css
<style>
span { border-color: #5CE6C2; }
span { border-color: rgb(92,230,194); }
td.TdClassName
{
border-color: #5CE6C2;
}
.TagClassName
{
border-color: #5CE6C2;
}
</style>