Shades of Downy #63DDC4
Tints of Downy #63DDC4
RGB
CMYK
RGB Variations
Color information
#63DDC4 (or 0x63DDC4) is known color: Downy. HEX triplet: 63, DD and C4. RGB value is (99,221,196). Sum of RGB (Red+Green+Blue) = 99+221+196=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDC4 is #9C223B. Grayscale: #B5B5B5. Windows color (decimal): -10232380 or 12901731. OLE color: 12901731.
HSL color Cylindrical-coordinate representation of color #63DDC4: hue angle of 167.7º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDC4 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 196 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.13 |
| HSL | 167.7º | 0.64% | 0.63% | - |
| HSV(B) | 167.7º | 0.55% | 0.87% | - |
| XYZ | 40.97 | 58.35 | 61.33 | - |
| YUV | 181.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 196 | 0.55 | 0 | 0.11 | 0.13 | 167.7 | 0.64 | 0.63 |
| Hex | 63 | DD | C4 | 37 | 0 | B | D | A8 | 40 | 3F |
| Octal | 143 | 335 | 304 | 67 | 0 | 13 | 15 | 250 | 100 | 77 |
| Binary | 1100011 | 11011101 | 11000100 | 110111 | 0 | 1011 | 1101 | 10101000 | 1000000 | 111111 |
Color Harmonies of #63DDC4
Complementary color
Monochromatic Colors of #63DDC4
Black with #63DDC4
Text Example
Text Example
White with #63DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDC4; }
p { color: rgb(99,221,196); }
H1.HeaderClassName
{
color: #63DDC4;
}
.AnyTagClassName
{
color: #63DDC4;
}
</style>
background-color css
<style>
a { background-color: #63DDC4; }
a { background-color: rgb(99,221,196); }
div.DivClassName
{
background-color: #63DDC4;
}
.BgClassName
{
background-color: #63DDC4;
}
</style>
border-color css
<style>
span { border-color: #63DDC4; }
span { border-color: rgb(99,221,196); }
td.TdClassName
{
border-color: #63DDC4;
}
.TagClassName
{
border-color: #63DDC4;
}
</style>