Shades of Downy #5DCEC3
Tints of Downy #5DCEC3
RGB
CMYK
RGB Variations
Color information
#5DCEC3 (or 0x5DCEC3) is known color: Downy. HEX triplet: 5D, CE and C3. RGB value is (93,206,195). Sum of RGB (Red+Green+Blue) = 93+206+195=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEC3 is #A2313C. Grayscale: #AAAAAA. Windows color (decimal): -10629437 or 12832349. OLE color: 12832349.
HSL color Cylindrical-coordinate representation of color #5DCEC3: hue angle of 174.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEC3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 195 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.19 |
| HSL | 174.16º | 0.54% | 0.59% | - |
| HSV(B) | 174.16º | 0.55% | 0.81% | - |
| XYZ | 36.44 | 50.41 | 59.44 | - |
| YUV | 170.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 195 | 0.55 | 0 | 0.05 | 0.19 | 174.16 | 0.54 | 0.59 |
| Hex | 5D | CE | C3 | 37 | 0 | 5 | 13 | AE | 36 | 3B |
| Octal | 135 | 316 | 303 | 67 | 0 | 5 | 23 | 256 | 66 | 73 |
| Binary | 1011101 | 11001110 | 11000011 | 110111 | 0 | 101 | 10011 | 10101110 | 110110 | 111011 |
Color Harmonies of #5DCEC3
Complementary color
Monochromatic Colors of #5DCEC3
Black with #5DCEC3
Text Example
Text Example
White with #5DCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEC3; }
p { color: rgb(93,206,195); }
H1.HeaderClassName
{
color: #5DCEC3;
}
.AnyTagClassName
{
color: #5DCEC3;
}
</style>
background-color css
<style>
a { background-color: #5DCEC3; }
a { background-color: rgb(93,206,195); }
div.DivClassName
{
background-color: #5DCEC3;
}
.BgClassName
{
background-color: #5DCEC3;
}
</style>
border-color css
<style>
span { border-color: #5DCEC3; }
span { border-color: rgb(93,206,195); }
td.TdClassName
{
border-color: #5DCEC3;
}
.TagClassName
{
border-color: #5DCEC3;
}
</style>