Shades of Downy #5CD6B8
Tints of Downy #5CD6B8
RGB
CMYK
RGB Variations
Color information
#5CD6B8 (or 0x5CD6B8) is known color: Downy. HEX triplet: 5C, D6 and B8. RGB value is (92,214,184). Sum of RGB (Red+Green+Blue) = 92+214+184=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD6B8 is #A32947. Grayscale: #AEAEAE. Windows color (decimal): -10692936 or 12113500. OLE color: 12113500.
HSL color Cylindrical-coordinate representation of color #5CD6B8: hue angle of 165.25º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD6B8 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 214 | 184 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.16 |
| HSL | 165.25º | 0.6% | 0.6% | - |
| HSV(B) | 165.25º | 0.57% | 0.84% | - |
| XYZ | 37.11 | 53.83 | 53.78 | - |
| YUV | 174.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 214 | 184 | 0.57 | 0 | 0.14 | 0.16 | 165.25 | 0.6 | 0.6 |
| Hex | 5C | D6 | B8 | 39 | 0 | E | 10 | A5 | 3C | 3C |
| Octal | 134 | 326 | 270 | 71 | 0 | 16 | 20 | 245 | 74 | 74 |
| Binary | 1011100 | 11010110 | 10111000 | 111001 | 0 | 1110 | 10000 | 10100101 | 111100 | 111100 |
Color Harmonies of #5CD6B8
Complementary color
Monochromatic Colors of #5CD6B8
Black with #5CD6B8
Text Example
Text Example
White with #5CD6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD6B8; }
p { color: rgb(92,214,184); }
H1.HeaderClassName
{
color: #5CD6B8;
}
.AnyTagClassName
{
color: #5CD6B8;
}
</style>
background-color css
<style>
a { background-color: #5CD6B8; }
a { background-color: rgb(92,214,184); }
div.DivClassName
{
background-color: #5CD6B8;
}
.BgClassName
{
background-color: #5CD6B8;
}
</style>
border-color css
<style>
span { border-color: #5CD6B8; }
span { border-color: rgb(92,214,184); }
td.TdClassName
{
border-color: #5CD6B8;
}
.TagClassName
{
border-color: #5CD6B8;
}
</style>