Shades of Downy #5CC9BA
Tints of Downy #5CC9BA
RGB
CMYK
RGB Variations
Color information
#5CC9BA (or 0x5CC9BA) is known color: Downy. HEX triplet: 5C, C9 and BA. RGB value is (92,201,186). Sum of RGB (Red+Green+Blue) = 92+201+186=479 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.21% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC9BA is #A33645. Grayscale: #A6A6A6. Windows color (decimal): -10696262 or 12241244. OLE color: 12241244.
HSL color Cylindrical-coordinate representation of color #5CC9BA: hue angle of 171.74º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC9BA is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 186 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.21 |
| HSL | 171.74º | 0.5% | 0.57% | - |
| HSV(B) | 171.74º | 0.54% | 0.79% | - |
| XYZ | 34.16 | 47.59 | 53.84 | - |
| YUV | 166.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 186 | 0.54 | 0 | 0.07 | 0.21 | 171.74 | 0.5 | 0.57 |
| Hex | 5C | C9 | BA | 36 | 0 | 7 | 15 | AC | 32 | 39 |
| Octal | 134 | 311 | 272 | 66 | 0 | 7 | 25 | 254 | 62 | 71 |
| Binary | 1011100 | 11001001 | 10111010 | 110110 | 0 | 111 | 10101 | 10101100 | 110010 | 111001 |
Color Harmonies of #5CC9BA
Complementary color
Monochromatic Colors of #5CC9BA
Black with #5CC9BA
Text Example
Text Example
White with #5CC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC9BA; }
p { color: rgb(92,201,186); }
H1.HeaderClassName
{
color: #5CC9BA;
}
.AnyTagClassName
{
color: #5CC9BA;
}
</style>
background-color css
<style>
a { background-color: #5CC9BA; }
a { background-color: rgb(92,201,186); }
div.DivClassName
{
background-color: #5CC9BA;
}
.BgClassName
{
background-color: #5CC9BA;
}
</style>
border-color css
<style>
span { border-color: #5CC9BA; }
span { border-color: rgb(92,201,186); }
td.TdClassName
{
border-color: #5CC9BA;
}
.TagClassName
{
border-color: #5CC9BA;
}
</style>