Shades of Downy #5CCABF
Tints of Downy #5CCABF
RGB
CMYK
RGB Variations
Color information
#5CCABF (or 0x5CCABF) is known color: Downy. HEX triplet: 5C, CA and BF. RGB value is (92,202,191). Sum of RGB (Red+Green+Blue) = 92+202+191=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCABF is #A33540. Grayscale: #A7A7A7. Windows color (decimal): -10696001 or 12569180. OLE color: 12569180.
HSL color Cylindrical-coordinate representation of color #5CCABF: hue angle of 174º 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 #5CCABF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 191 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.21 |
| HSL | 174º | 0.51% | 0.58% | - |
| HSV(B) | 174º | 0.54% | 0.79% | - |
| XYZ | 34.94 | 48.28 | 56.77 | - |
| YUV | 167.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 191 | 0.54 | 0 | 0.05 | 0.21 | 174 | 0.51 | 0.58 |
| Hex | 5C | CA | BF | 36 | 0 | 5 | 15 | AE | 33 | 3A |
| Octal | 134 | 312 | 277 | 66 | 0 | 5 | 25 | 256 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10111111 | 110110 | 0 | 101 | 10101 | 10101110 | 110011 | 111010 |
Color Harmonies of #5CCABF
Complementary color
Monochromatic Colors of #5CCABF
Black with #5CCABF
Text Example
Text Example
White with #5CCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCABF; }
p { color: rgb(92,202,191); }
H1.HeaderClassName
{
color: #5CCABF;
}
.AnyTagClassName
{
color: #5CCABF;
}
</style>
background-color css
<style>
a { background-color: #5CCABF; }
a { background-color: rgb(92,202,191); }
div.DivClassName
{
background-color: #5CCABF;
}
.BgClassName
{
background-color: #5CCABF;
}
</style>
border-color css
<style>
span { border-color: #5CCABF; }
span { border-color: rgb(92,202,191); }
td.TdClassName
{
border-color: #5CCABF;
}
.TagClassName
{
border-color: #5CCABF;
}
</style>