Shades of Downy #5CDCC2
Tints of Downy #5CDCC2
RGB
CMYK
RGB Variations
Color information
#5CDCC2 (or 0x5CDCC2) is known color: Downy. HEX triplet: 5C, DC and C2. RGB value is (92,220,194). Sum of RGB (Red+Green+Blue) = 92+220+194=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCC2 is #A3233D. Grayscale: #B2B2B2. Windows color (decimal): -10691390 or 12770396. OLE color: 12770396.
HSL color Cylindrical-coordinate representation of color #5CDCC2: hue angle of 167.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCC2 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 194 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.14 |
| HSL | 167.81º | 0.65% | 0.61% | - |
| HSV(B) | 167.81º | 0.58% | 0.86% | - |
| XYZ | 39.74 | 57.36 | 60.02 | - |
| YUV | 178.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 194 | 0.58 | 0 | 0.12 | 0.14 | 167.81 | 0.65 | 0.61 |
| Hex | 5C | DC | C2 | 3A | 0 | C | E | A8 | 41 | 3D |
| Octal | 134 | 334 | 302 | 72 | 0 | 14 | 16 | 250 | 101 | 75 |
| Binary | 1011100 | 11011100 | 11000010 | 111010 | 0 | 1100 | 1110 | 10101000 | 1000001 | 111101 |
Color Harmonies of #5CDCC2
Complementary color
Monochromatic Colors of #5CDCC2
Black with #5CDCC2
Text Example
Text Example
White with #5CDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCC2; }
p { color: rgb(92,220,194); }
H1.HeaderClassName
{
color: #5CDCC2;
}
.AnyTagClassName
{
color: #5CDCC2;
}
</style>
background-color css
<style>
a { background-color: #5CDCC2; }
a { background-color: rgb(92,220,194); }
div.DivClassName
{
background-color: #5CDCC2;
}
.BgClassName
{
background-color: #5CDCC2;
}
</style>
border-color css
<style>
span { border-color: #5CDCC2; }
span { border-color: rgb(92,220,194); }
td.TdClassName
{
border-color: #5CDCC2;
}
.TagClassName
{
border-color: #5CDCC2;
}
</style>