Shades of Downy #5CCAC0
Tints of Downy #5CCAC0
RGB
CMYK
RGB Variations
Color information
#5CCAC0 (or 0x5CCAC0) is known color: Downy. HEX triplet: 5C, CA and C0. RGB value is (92,202,192). Sum of RGB (Red+Green+Blue) = 92+202+192=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAC0 is #A3353F. Grayscale: #A7A7A7. Windows color (decimal): -10696000 or 12634716. OLE color: 12634716.
HSL color Cylindrical-coordinate representation of color #5CCAC0: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAC0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 192 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.21 |
| HSL | 174.55º | 0.51% | 0.58% | - |
| HSV(B) | 174.55º | 0.54% | 0.79% | - |
| XYZ | 35.05 | 48.32 | 57.35 | - |
| YUV | 167.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 192 | 0.54 | 0 | 0.05 | 0.21 | 174.55 | 0.51 | 0.58 |
| Hex | 5C | CA | C0 | 36 | 0 | 5 | 15 | AF | 33 | 3A |
| Octal | 134 | 312 | 300 | 66 | 0 | 5 | 25 | 257 | 63 | 72 |
| Binary | 1011100 | 11001010 | 11000000 | 110110 | 0 | 101 | 10101 | 10101111 | 110011 | 111010 |
Color Harmonies of #5CCAC0
Complementary color
Monochromatic Colors of #5CCAC0
Black with #5CCAC0
Text Example
Text Example
White with #5CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAC0; }
p { color: rgb(92,202,192); }
H1.HeaderClassName
{
color: #5CCAC0;
}
.AnyTagClassName
{
color: #5CCAC0;
}
</style>
background-color css
<style>
a { background-color: #5CCAC0; }
a { background-color: rgb(92,202,192); }
div.DivClassName
{
background-color: #5CCAC0;
}
.BgClassName
{
background-color: #5CCAC0;
}
</style>
border-color css
<style>
span { border-color: #5CCAC0; }
span { border-color: rgb(92,202,192); }
td.TdClassName
{
border-color: #5CCAC0;
}
.TagClassName
{
border-color: #5CCAC0;
}
</style>