Shades of Downy #63DDC1
Tints of Downy #63DDC1
RGB
CMYK
RGB Variations
Color information
#63DDC1 (or 0x63DDC1) is known color: Downy. HEX triplet: 63, DD and C1. RGB value is (99,221,193). Sum of RGB (Red+Green+Blue) = 99+221+193=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDC1 is #9C223E. Grayscale: #B5B5B5. Windows color (decimal): -10232383 or 12705123. OLE color: 12705123.
HSL color Cylindrical-coordinate representation of color #63DDC1: hue angle of 166.23º 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 #63DDC1 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 193 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.13 |
| HSL | 166.23º | 0.64% | 0.63% | - |
| HSV(B) | 166.23º | 0.55% | 0.87% | - |
| XYZ | 40.63 | 58.22 | 59.55 | - |
| YUV | 181.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 193 | 0.55 | 0 | 0.13 | 0.13 | 166.23 | 0.64 | 0.63 |
| Hex | 63 | DD | C1 | 37 | 0 | D | D | A6 | 40 | 3F |
| Octal | 143 | 335 | 301 | 67 | 0 | 15 | 15 | 246 | 100 | 77 |
| Binary | 1100011 | 11011101 | 11000001 | 110111 | 0 | 1101 | 1101 | 10100110 | 1000000 | 111111 |
Color Harmonies of #63DDC1
Complementary color
Monochromatic Colors of #63DDC1
Black with #63DDC1
Text Example
Text Example
White with #63DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDC1; }
p { color: rgb(99,221,193); }
H1.HeaderClassName
{
color: #63DDC1;
}
.AnyTagClassName
{
color: #63DDC1;
}
</style>
background-color css
<style>
a { background-color: #63DDC1; }
a { background-color: rgb(99,221,193); }
div.DivClassName
{
background-color: #63DDC1;
}
.BgClassName
{
background-color: #63DDC1;
}
</style>
border-color css
<style>
span { border-color: #63DDC1; }
span { border-color: rgb(99,221,193); }
td.TdClassName
{
border-color: #63DDC1;
}
.TagClassName
{
border-color: #63DDC1;
}
</style>