Shades of Downy #5CE2BF
Tints of Downy #5CE2BF
RGB
CMYK
RGB Variations
Color information
#5CE2BF (or 0x5CE2BF) is known color: Downy. HEX triplet: 5C, E2 and BF. RGB value is (92,226,191). Sum of RGB (Red+Green+Blue) = 92+226+191=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #5CE2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE2BF is #A31D40. Grayscale: #B5B5B5. Windows color (decimal): -10689857 or 12575324. OLE color: 12575324.
HSL color Cylindrical-coordinate representation of color #5CE2BF: hue angle of 164.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE2BF is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 226 | 191 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.11 |
| HSL | 164.33º | 0.7% | 0.62% | - |
| HSV(B) | 164.33º | 0.59% | 0.89% | - |
| XYZ | 41.01 | 60.43 | 58.79 | - |
| YUV | 181.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 191 | 0.59 | 0 | 0.15 | 0.11 | 164.33 | 0.7 | 0.62 |
| Hex | 5C | E2 | BF | 3B | 0 | F | B | A4 | 46 | 3E |
| Octal | 134 | 342 | 277 | 73 | 0 | 17 | 13 | 244 | 106 | 76 |
| Binary | 1011100 | 11100010 | 10111111 | 111011 | 0 | 1111 | 1011 | 10100100 | 1000110 | 111110 |
Color Harmonies of #5CE2BF
Complementary color
Monochromatic Colors of #5CE2BF
Black with #5CE2BF
Text Example
Text Example
White with #5CE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2BF; }
p { color: rgb(92,226,191); }
H1.HeaderClassName
{
color: #5CE2BF;
}
.AnyTagClassName
{
color: #5CE2BF;
}
</style>
background-color css
<style>
a { background-color: #5CE2BF; }
a { background-color: rgb(92,226,191); }
div.DivClassName
{
background-color: #5CE2BF;
}
.BgClassName
{
background-color: #5CE2BF;
}
</style>
border-color css
<style>
span { border-color: #5CE2BF; }
span { border-color: rgb(92,226,191); }
td.TdClassName
{
border-color: #5CE2BF;
}
.TagClassName
{
border-color: #5CE2BF;
}
</style>