Shades of Downy #5DF3C3
Tints of Downy #5DF3C3
RGB
CMYK
RGB Variations
Color information
#5DF3C3 (or 0x5DF3C3) is known color: Downy. HEX triplet: 5D, F3 and C3. RGB value is (93,243,195). Sum of RGB (Red+Green+Blue) = 93+243+195=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3C3 is #A20C3C. Grayscale: #C0C0C0. Windows color (decimal): -10619965 or 12841821. OLE color: 12841821.
HSL color Cylindrical-coordinate representation of color #5DF3C3: hue angle of 160.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF3C3 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 195 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.05 |
| HSL | 160.8º | 0.86% | 0.66% | - |
| HSV(B) | 160.8º | 0.62% | 0.95% | - |
| XYZ | 46.42 | 70.37 | 62.77 | - |
| YUV | 192.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 195 | 0.62 | 0 | 0.20 | 0.05 | 160.8 | 0.86 | 0.66 |
| Hex | 5D | F3 | C3 | 3E | 0 | 14 | 5 | A1 | 56 | 42 |
| Octal | 135 | 363 | 303 | 76 | 0 | 24 | 5 | 241 | 126 | 102 |
| Binary | 1011101 | 11110011 | 11000011 | 111110 | 0 | 10100 | 101 | 10100001 | 1010110 | 1000010 |
Color Harmonies of #5DF3C3
Complementary color
Monochromatic Colors of #5DF3C3
Black with #5DF3C3
Text Example
Text Example
White with #5DF3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3C3; }
p { color: rgb(93,243,195); }
H1.HeaderClassName
{
color: #5DF3C3;
}
.AnyTagClassName
{
color: #5DF3C3;
}
</style>
background-color css
<style>
a { background-color: #5DF3C3; }
a { background-color: rgb(93,243,195); }
div.DivClassName
{
background-color: #5DF3C3;
}
.BgClassName
{
background-color: #5DF3C3;
}
</style>
border-color css
<style>
span { border-color: #5DF3C3; }
span { border-color: rgb(93,243,195); }
td.TdClassName
{
border-color: #5DF3C3;
}
.TagClassName
{
border-color: #5DF3C3;
}
</style>