Shades of Downy #5CCDC3
Tints of Downy #5CCDC3
RGB
CMYK
RGB Variations
Color information
#5CCDC3 (or 0x5CCDC3) is known color: Downy. HEX triplet: 5C, CD and C3. RGB value is (92,205,195). Sum of RGB (Red+Green+Blue) = 92+205+195=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC3 is #A3323C. Grayscale: #A9A9A9. Windows color (decimal): -10695229 or 12832092. OLE color: 12832092.
HSL color Cylindrical-coordinate representation of color #5CCDC3: hue angle of 174.69º degrees, saturation: 0.53, 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 #5CCDC3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 195 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.20 |
| HSL | 174.69º | 0.53% | 0.58% | - |
| HSV(B) | 174.69º | 0.55% | 0.8% | - |
| XYZ | 36.1 | 49.88 | 59.35 | - |
| YUV | 170.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 195 | 0.55 | 0 | 0.05 | 0.20 | 174.69 | 0.53 | 0.58 |
| Hex | 5C | CD | C3 | 37 | 0 | 5 | 14 | AF | 35 | 3A |
| Octal | 134 | 315 | 303 | 67 | 0 | 5 | 24 | 257 | 65 | 72 |
| Binary | 1011100 | 11001101 | 11000011 | 110111 | 0 | 101 | 10100 | 10101111 | 110101 | 111010 |
Color Harmonies of #5CCDC3
Complementary color
Monochromatic Colors of #5CCDC3
Black with #5CCDC3
Text Example
Text Example
White with #5CCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDC3; }
p { color: rgb(92,205,195); }
H1.HeaderClassName
{
color: #5CCDC3;
}
.AnyTagClassName
{
color: #5CCDC3;
}
</style>
background-color css
<style>
a { background-color: #5CCDC3; }
a { background-color: rgb(92,205,195); }
div.DivClassName
{
background-color: #5CCDC3;
}
.BgClassName
{
background-color: #5CCDC3;
}
</style>
border-color css
<style>
span { border-color: #5CCDC3; }
span { border-color: rgb(92,205,195); }
td.TdClassName
{
border-color: #5CCDC3;
}
.TagClassName
{
border-color: #5CCDC3;
}
</style>