Shades of Downy #5CE4BB
Tints of Downy #5CE4BB
RGB
CMYK
RGB Variations
Color information
#5CE4BB (or 0x5CE4BB) is known color: Downy. HEX triplet: 5C, E4 and BB. RGB value is (92,228,187). Sum of RGB (Red+Green+Blue) = 92+228+187=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE4BB is #A31B44. Grayscale: #B6B6B6. Windows color (decimal): -10689349 or 12313692. OLE color: 12313692.
HSL color Cylindrical-coordinate representation of color #5CE4BB: hue angle of 161.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE4BB is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 187 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.11 |
| HSL | 161.91º | 0.72% | 0.63% | - |
| HSV(B) | 161.91º | 0.6% | 0.89% | - |
| XYZ | 41.13 | 61.35 | 56.69 | - |
| YUV | 182.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 187 | 0.60 | 0 | 0.18 | 0.11 | 161.91 | 0.72 | 0.63 |
| Hex | 5C | E4 | BB | 3C | 0 | 12 | B | A2 | 48 | 3F |
| Octal | 134 | 344 | 273 | 74 | 0 | 22 | 13 | 242 | 110 | 77 |
| Binary | 1011100 | 11100100 | 10111011 | 111100 | 0 | 10010 | 1011 | 10100010 | 1001000 | 111111 |
Color Harmonies of #5CE4BB
Complementary color
Monochromatic Colors of #5CE4BB
Black with #5CE4BB
Text Example
Text Example
White with #5CE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE4BB; }
p { color: rgb(92,228,187); }
H1.HeaderClassName
{
color: #5CE4BB;
}
.AnyTagClassName
{
color: #5CE4BB;
}
</style>
background-color css
<style>
a { background-color: #5CE4BB; }
a { background-color: rgb(92,228,187); }
div.DivClassName
{
background-color: #5CE4BB;
}
.BgClassName
{
background-color: #5CE4BB;
}
</style>
border-color css
<style>
span { border-color: #5CE4BB; }
span { border-color: rgb(92,228,187); }
td.TdClassName
{
border-color: #5CE4BB;
}
.TagClassName
{
border-color: #5CE4BB;
}
</style>