Shades of Downy #63DDBC
Tints of Downy #63DDBC
RGB
CMYK
RGB Variations
Color information
#63DDBC (or 0x63DDBC) is known color: Downy. HEX triplet: 63, DD and BC. RGB value is (99,221,188). Sum of RGB (Red+Green+Blue) = 99+221+188=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDBC is #9C2243. Grayscale: #B4B4B4. Windows color (decimal): -10232388 or 12377443. OLE color: 12377443.
HSL color Cylindrical-coordinate representation of color #63DDBC: hue angle of 163.77º 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 #63DDBC is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 188 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.13 |
| HSL | 163.77º | 0.64% | 0.63% | - |
| HSV(B) | 163.77º | 0.55% | 0.87% | - |
| XYZ | 40.08 | 58 | 56.66 | - |
| YUV | 180.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 188 | 0.55 | 0 | 0.15 | 0.13 | 163.77 | 0.64 | 0.63 |
| Hex | 63 | DD | BC | 37 | 0 | F | D | A4 | 40 | 3F |
| Octal | 143 | 335 | 274 | 67 | 0 | 17 | 15 | 244 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10111100 | 110111 | 0 | 1111 | 1101 | 10100100 | 1000000 | 111111 |
Color Harmonies of #63DDBC
Complementary color
Monochromatic Colors of #63DDBC
Black with #63DDBC
Text Example
Text Example
White with #63DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDBC; }
p { color: rgb(99,221,188); }
H1.HeaderClassName
{
color: #63DDBC;
}
.AnyTagClassName
{
color: #63DDBC;
}
</style>
background-color css
<style>
a { background-color: #63DDBC; }
a { background-color: rgb(99,221,188); }
div.DivClassName
{
background-color: #63DDBC;
}
.BgClassName
{
background-color: #63DDBC;
}
</style>
border-color css
<style>
span { border-color: #63DDBC; }
span { border-color: rgb(99,221,188); }
td.TdClassName
{
border-color: #63DDBC;
}
.TagClassName
{
border-color: #63DDBC;
}
</style>