Shades of Downy #5CEFC5
Tints of Downy #5CEFC5
RGB
CMYK
RGB Variations
Color information
#5CEFC5 (or 0x5CEFC5) is known color: Downy. HEX triplet: 5C, EF and C5. RGB value is (92,239,197). Sum of RGB (Red+Green+Blue) = 92+239+197=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFC5 is #A3103A. Grayscale: #BEBEBE. Windows color (decimal): -10686523 or 12971868. OLE color: 12971868.
HSL color Cylindrical-coordinate representation of color #5CEFC5: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFC5 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 197 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.06 |
| HSL | 162.86º | 0.82% | 0.65% | - |
| HSV(B) | 162.86º | 0.62% | 0.94% | - |
| XYZ | 45.36 | 68.04 | 63.57 | - |
| YUV | 190.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 197 | 0.62 | 0 | 0.18 | 0.06 | 162.86 | 0.82 | 0.65 |
| Hex | 5C | EF | C5 | 3E | 0 | 12 | 6 | A3 | 52 | 41 |
| Octal | 134 | 357 | 305 | 76 | 0 | 22 | 6 | 243 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11000101 | 111110 | 0 | 10010 | 110 | 10100011 | 1010010 | 1000001 |
Color Harmonies of #5CEFC5
Complementary color
Monochromatic Colors of #5CEFC5
Black with #5CEFC5
Text Example
Text Example
White with #5CEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFC5; }
p { color: rgb(92,239,197); }
H1.HeaderClassName
{
color: #5CEFC5;
}
.AnyTagClassName
{
color: #5CEFC5;
}
</style>
background-color css
<style>
a { background-color: #5CEFC5; }
a { background-color: rgb(92,239,197); }
div.DivClassName
{
background-color: #5CEFC5;
}
.BgClassName
{
background-color: #5CEFC5;
}
</style>
border-color css
<style>
span { border-color: #5CEFC5; }
span { border-color: rgb(92,239,197); }
td.TdClassName
{
border-color: #5CEFC5;
}
.TagClassName
{
border-color: #5CEFC5;
}
</style>