Shades of Downy #5CC8BC
Tints of Downy #5CC8BC
RGB
CMYK
RGB Variations
Color information
#5CC8BC (or 0x5CC8BC) is known color: Downy. HEX triplet: 5C, C8 and BC. RGB value is (92,200,188). Sum of RGB (Red+Green+Blue) = 92+200+188=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8BC is #A33743. Grayscale: #A6A6A6. Windows color (decimal): -10696516 or 12372060. OLE color: 12372060.
HSL color Cylindrical-coordinate representation of color #5CC8BC: hue angle of 173.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC8BC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 200 | 188 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.22 |
| HSL | 173.33º | 0.5% | 0.57% | - |
| HSV(B) | 173.33º | 0.54% | 0.78% | - |
| XYZ | 34.15 | 47.21 | 54.89 | - |
| YUV | 166.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 188 | 0.54 | 0 | 0.06 | 0.22 | 173.33 | 0.5 | 0.57 |
| Hex | 5C | C8 | BC | 36 | 0 | 6 | 16 | AD | 32 | 39 |
| Octal | 134 | 310 | 274 | 66 | 0 | 6 | 26 | 255 | 62 | 71 |
| Binary | 1011100 | 11001000 | 10111100 | 110110 | 0 | 110 | 10110 | 10101101 | 110010 | 111001 |
Color Harmonies of #5CC8BC
Complementary color
Monochromatic Colors of #5CC8BC
Black with #5CC8BC
Text Example
Text Example
White with #5CC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC8BC; }
p { color: rgb(92,200,188); }
H1.HeaderClassName
{
color: #5CC8BC;
}
.AnyTagClassName
{
color: #5CC8BC;
}
</style>
background-color css
<style>
a { background-color: #5CC8BC; }
a { background-color: rgb(92,200,188); }
div.DivClassName
{
background-color: #5CC8BC;
}
.BgClassName
{
background-color: #5CC8BC;
}
</style>
border-color css
<style>
span { border-color: #5CC8BC; }
span { border-color: rgb(92,200,188); }
td.TdClassName
{
border-color: #5CC8BC;
}
.TagClassName
{
border-color: #5CC8BC;
}
</style>