Shades of Downy #5CEBC3
Tints of Downy #5CEBC3
RGB
CMYK
RGB Variations
Color information
#5CEBC3 (or 0x5CEBC3) is known color: Downy. HEX triplet: 5C, EB and C3. RGB value is (92,235,195). Sum of RGB (Red+Green+Blue) = 92+235+195=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBC3 is #A3143C. Grayscale: #BBBBBB. Windows color (decimal): -10687549 or 12839772. OLE color: 12839772.
HSL color Cylindrical-coordinate representation of color #5CEBC3: hue angle of 163.22º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEBC3 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 195 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.08 |
| HSL | 163.22º | 0.78% | 0.64% | - |
| HSV(B) | 163.22º | 0.61% | 0.92% | - |
| XYZ | 43.97 | 65.63 | 61.98 | - |
| YUV | 187.68 | 132.12 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 195 | 0.61 | 0 | 0.17 | 0.08 | 163.22 | 0.78 | 0.64 |
| Hex | 5C | EB | C3 | 3D | 0 | 11 | 8 | A3 | 4E | 40 |
| Octal | 134 | 353 | 303 | 75 | 0 | 21 | 10 | 243 | 116 | 100 |
| Binary | 1011100 | 11101011 | 11000011 | 111101 | 0 | 10001 | 1000 | 10100011 | 1001110 | 1000000 |
Color Harmonies of #5CEBC3
Complementary color
Monochromatic Colors of #5CEBC3
Black with #5CEBC3
Text Example
Text Example
White with #5CEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBC3; }
p { color: rgb(92,235,195); }
H1.HeaderClassName
{
color: #5CEBC3;
}
.AnyTagClassName
{
color: #5CEBC3;
}
</style>
background-color css
<style>
a { background-color: #5CEBC3; }
a { background-color: rgb(92,235,195); }
div.DivClassName
{
background-color: #5CEBC3;
}
.BgClassName
{
background-color: #5CEBC3;
}
</style>
border-color css
<style>
span { border-color: #5CEBC3; }
span { border-color: rgb(92,235,195); }
td.TdClassName
{
border-color: #5CEBC3;
}
.TagClassName
{
border-color: #5CEBC3;
}
</style>