Shades of Downy #5CD7C0
Tints of Downy #5CD7C0
RGB
CMYK
RGB Variations
Color information
#5CD7C0 (or 0x5CD7C0) is known color: Downy. HEX triplet: 5C, D7 and C0. RGB value is (92,215,192). Sum of RGB (Red+Green+Blue) = 92+215+192=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #5CD7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD7C0 is #A3283F. Grayscale: #AFAFAF. Windows color (decimal): -10692672 or 12638044. OLE color: 12638044.
HSL color Cylindrical-coordinate representation of color #5CD7C0: hue angle of 168.78º degrees, saturation: 0.61, 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 #5CD7C0 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 215 | 192 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.16 |
| HSL | 168.78º | 0.61% | 0.6% | - |
| HSV(B) | 168.78º | 0.57% | 0.84% | - |
| XYZ | 38.23 | 54.68 | 58.41 | - |
| YUV | 175.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 215 | 192 | 0.57 | 0 | 0.11 | 0.16 | 168.78 | 0.61 | 0.6 |
| Hex | 5C | D7 | C0 | 39 | 0 | B | 10 | A9 | 3D | 3C |
| Octal | 134 | 327 | 300 | 71 | 0 | 13 | 20 | 251 | 75 | 74 |
| Binary | 1011100 | 11010111 | 11000000 | 111001 | 0 | 1011 | 10000 | 10101001 | 111101 | 111100 |
Color Harmonies of #5CD7C0
Complementary color
Monochromatic Colors of #5CD7C0
Black with #5CD7C0
Text Example
Text Example
White with #5CD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD7C0; }
p { color: rgb(92,215,192); }
H1.HeaderClassName
{
color: #5CD7C0;
}
.AnyTagClassName
{
color: #5CD7C0;
}
</style>
background-color css
<style>
a { background-color: #5CD7C0; }
a { background-color: rgb(92,215,192); }
div.DivClassName
{
background-color: #5CD7C0;
}
.BgClassName
{
background-color: #5CD7C0;
}
</style>
border-color css
<style>
span { border-color: #5CD7C0; }
span { border-color: rgb(92,215,192); }
td.TdClassName
{
border-color: #5CD7C0;
}
.TagClassName
{
border-color: #5CD7C0;
}
</style>