Shades of Downy #5CCCC1
Tints of Downy #5CCCC1
RGB
CMYK
RGB Variations
Color information
#5CCCC1 (or 0x5CCCC1) is known color: Downy. HEX triplet: 5C, CC and C1. RGB value is (92,204,193). Sum of RGB (Red+Green+Blue) = 92+204+193=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC1 is #A3333E. Grayscale: #A9A9A9. Windows color (decimal): -10695487 or 12700764. OLE color: 12700764.
HSL color Cylindrical-coordinate representation of color #5CCCC1: hue angle of 174.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCC1 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 193 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.2 |
| HSL | 174.11º | 0.52% | 0.58% | - |
| HSV(B) | 174.11º | 0.55% | 0.8% | - |
| XYZ | 35.63 | 49.31 | 58.09 | - |
| YUV | 169.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 193 | 0.55 | 0 | 0.05 | 0.2 | 174.11 | 0.52 | 0.58 |
| Hex | 5C | CC | C1 | 37 | 0 | 5 | 14 | AE | 34 | 3A |
| Octal | 134 | 314 | 301 | 67 | 0 | 5 | 24 | 256 | 64 | 72 |
| Binary | 1011100 | 11001100 | 11000001 | 110111 | 0 | 101 | 10100 | 10101110 | 110100 | 111010 |
Color Harmonies of #5CCCC1
Complementary color
Monochromatic Colors of #5CCCC1
Black with #5CCCC1
Text Example
Text Example
White with #5CCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCC1; }
p { color: rgb(92,204,193); }
H1.HeaderClassName
{
color: #5CCCC1;
}
.AnyTagClassName
{
color: #5CCCC1;
}
</style>
background-color css
<style>
a { background-color: #5CCCC1; }
a { background-color: rgb(92,204,193); }
div.DivClassName
{
background-color: #5CCCC1;
}
.BgClassName
{
background-color: #5CCCC1;
}
</style>
border-color css
<style>
span { border-color: #5CCCC1; }
span { border-color: rgb(92,204,193); }
td.TdClassName
{
border-color: #5CCCC1;
}
.TagClassName
{
border-color: #5CCCC1;
}
</style>