Shades of Downy #5CD0BA
Tints of Downy #5CD0BA
RGB
CMYK
RGB Variations
Color information
#5CD0BA (or 0x5CD0BA) is known color: Downy. HEX triplet: 5C, D0 and BA. RGB value is (92,208,186). Sum of RGB (Red+Green+Blue) = 92+208+186=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD0BA is #A32F45. Grayscale: #AAAAAA. Windows color (decimal): -10694470 or 12243036. OLE color: 12243036.
HSL color Cylindrical-coordinate representation of color #5CD0BA: hue angle of 168.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD0BA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 208 | 186 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.18 |
| HSL | 168.62º | 0.55% | 0.59% | - |
| HSV(B) | 168.62º | 0.56% | 0.82% | - |
| XYZ | 35.83 | 50.93 | 54.4 | - |
| YUV | 170.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 186 | 0.56 | 0 | 0.11 | 0.18 | 168.62 | 0.55 | 0.59 |
| Hex | 5C | D0 | BA | 38 | 0 | B | 12 | A9 | 37 | 3B |
| Octal | 134 | 320 | 272 | 70 | 0 | 13 | 22 | 251 | 67 | 73 |
| Binary | 1011100 | 11010000 | 10111010 | 111000 | 0 | 1011 | 10010 | 10101001 | 110111 | 111011 |
Color Harmonies of #5CD0BA
Complementary color
Monochromatic Colors of #5CD0BA
Black with #5CD0BA
Text Example
Text Example
White with #5CD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD0BA; }
p { color: rgb(92,208,186); }
H1.HeaderClassName
{
color: #5CD0BA;
}
.AnyTagClassName
{
color: #5CD0BA;
}
</style>
background-color css
<style>
a { background-color: #5CD0BA; }
a { background-color: rgb(92,208,186); }
div.DivClassName
{
background-color: #5CD0BA;
}
.BgClassName
{
background-color: #5CD0BA;
}
</style>
border-color css
<style>
span { border-color: #5CD0BA; }
span { border-color: rgb(92,208,186); }
td.TdClassName
{
border-color: #5CD0BA;
}
.TagClassName
{
border-color: #5CD0BA;
}
</style>