Shades of Downy #5CE6C4
Tints of Downy #5CE6C4
RGB
CMYK
RGB Variations
Color information
#5CE6C4 (or 0x5CE6C4) is known color: Downy. HEX triplet: 5C, E6 and C4. RGB value is (92,230,196). Sum of RGB (Red+Green+Blue) = 92+230+196=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6C4 is #A3193B. Grayscale: #B8B8B8. Windows color (decimal): -10688828 or 12904028. OLE color: 12904028.
HSL color Cylindrical-coordinate representation of color #5CE6C4: hue angle of 165.22º 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 #5CE6C4 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 196 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.10 |
| HSL | 165.22º | 0.73% | 0.63% | - |
| HSV(B) | 165.22º | 0.6% | 0.9% | - |
| XYZ | 42.67 | 62.85 | 62.11 | - |
| YUV | 184.86 | 134.28 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 196 | 0.60 | 0 | 0.15 | 0.10 | 165.22 | 0.73 | 0.63 |
| Hex | 5C | E6 | C4 | 3C | 0 | F | A | A5 | 49 | 3F |
| Octal | 134 | 346 | 304 | 74 | 0 | 17 | 12 | 245 | 111 | 77 |
| Binary | 1011100 | 11100110 | 11000100 | 111100 | 0 | 1111 | 1010 | 10100101 | 1001001 | 111111 |
Color Harmonies of #5CE6C4
Complementary color
Monochromatic Colors of #5CE6C4
Black with #5CE6C4
Text Example
Text Example
White with #5CE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE6C4; }
p { color: rgb(92,230,196); }
H1.HeaderClassName
{
color: #5CE6C4;
}
.AnyTagClassName
{
color: #5CE6C4;
}
</style>
background-color css
<style>
a { background-color: #5CE6C4; }
a { background-color: rgb(92,230,196); }
div.DivClassName
{
background-color: #5CE6C4;
}
.BgClassName
{
background-color: #5CE6C4;
}
</style>
border-color css
<style>
span { border-color: #5CE6C4; }
span { border-color: rgb(92,230,196); }
td.TdClassName
{
border-color: #5CE6C4;
}
.TagClassName
{
border-color: #5CE6C4;
}
</style>