Shades of Downy #5CECC2
Tints of Downy #5CECC2
RGB
CMYK
RGB Variations
Color information
#5CECC2 (or 0x5CECC2) is known color: Downy. HEX triplet: 5C, EC and C2. RGB value is (92,236,194). Sum of RGB (Red+Green+Blue) = 92+236+194=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECC2 is #A3133D. Grayscale: #BCBCBC. Windows color (decimal): -10687294 or 12774492. OLE color: 12774492.
HSL color Cylindrical-coordinate representation of color #5CECC2: hue angle of 162.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECC2 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 194 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.07 |
| HSL | 162.5º | 0.79% | 0.64% | - |
| HSV(B) | 162.5º | 0.61% | 0.93% | - |
| XYZ | 44.15 | 66.16 | 61.48 | - |
| YUV | 188.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 194 | 0.61 | 0 | 0.18 | 0.07 | 162.5 | 0.79 | 0.64 |
| Hex | 5C | EC | C2 | 3D | 0 | 12 | 7 | A2 | 4F | 40 |
| Octal | 134 | 354 | 302 | 75 | 0 | 22 | 7 | 242 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11000010 | 111101 | 0 | 10010 | 111 | 10100010 | 1001111 | 1000000 |
Color Harmonies of #5CECC2
Complementary color
Monochromatic Colors of #5CECC2
Black with #5CECC2
Text Example
Text Example
White with #5CECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECC2; }
p { color: rgb(92,236,194); }
H1.HeaderClassName
{
color: #5CECC2;
}
.AnyTagClassName
{
color: #5CECC2;
}
</style>
background-color css
<style>
a { background-color: #5CECC2; }
a { background-color: rgb(92,236,194); }
div.DivClassName
{
background-color: #5CECC2;
}
.BgClassName
{
background-color: #5CECC2;
}
</style>
border-color css
<style>
span { border-color: #5CECC2; }
span { border-color: rgb(92,236,194); }
td.TdClassName
{
border-color: #5CECC2;
}
.TagClassName
{
border-color: #5CECC2;
}
</style>