Shades of Downy #5CCABD
Tints of Downy #5CCABD
RGB
CMYK
RGB Variations
Color information
#5CCABD (or 0x5CCABD) is known color: Downy. HEX triplet: 5C, CA and BD. RGB value is (92,202,189). Sum of RGB (Red+Green+Blue) = 92+202+189=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCABD is #A33542. Grayscale: #A7A7A7. Windows color (decimal): -10696003 or 12438108. OLE color: 12438108.
HSL color Cylindrical-coordinate representation of color #5CCABD: hue angle of 172.91º 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 #5CCABD is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 189 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.21 |
| HSL | 172.91º | 0.51% | 0.58% | - |
| HSV(B) | 172.91º | 0.54% | 0.79% | - |
| XYZ | 34.72 | 48.19 | 55.62 | - |
| YUV | 167.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 189 | 0.54 | 0 | 0.06 | 0.21 | 172.91 | 0.51 | 0.58 |
| Hex | 5C | CA | BD | 36 | 0 | 6 | 15 | AD | 33 | 3A |
| Octal | 134 | 312 | 275 | 66 | 0 | 6 | 25 | 255 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10111101 | 110110 | 0 | 110 | 10101 | 10101101 | 110011 | 111010 |
Color Harmonies of #5CCABD
Complementary color
Monochromatic Colors of #5CCABD
Black with #5CCABD
Text Example
Text Example
White with #5CCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCABD; }
p { color: rgb(92,202,189); }
H1.HeaderClassName
{
color: #5CCABD;
}
.AnyTagClassName
{
color: #5CCABD;
}
</style>
background-color css
<style>
a { background-color: #5CCABD; }
a { background-color: rgb(92,202,189); }
div.DivClassName
{
background-color: #5CCABD;
}
.BgClassName
{
background-color: #5CCABD;
}
</style>
border-color css
<style>
span { border-color: #5CCABD; }
span { border-color: rgb(92,202,189); }
td.TdClassName
{
border-color: #5CCABD;
}
.TagClassName
{
border-color: #5CCABD;
}
</style>