Shades of Downy #63DDBD
Tints of Downy #63DDBD
RGB
CMYK
RGB Variations
Color information
#63DDBD (or 0x63DDBD) is known color: Downy. HEX triplet: 63, DD and BD. RGB value is (99,221,189). Sum of RGB (Red+Green+Blue) = 99+221+189=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDBD is #9C2242. Grayscale: #B4B4B4. Windows color (decimal): -10232387 or 12442979. OLE color: 12442979.
HSL color Cylindrical-coordinate representation of color #63DDBD: hue angle of 164.26º 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 #63DDBD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 189 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.13 |
| HSL | 164.26º | 0.64% | 0.63% | - |
| HSV(B) | 164.26º | 0.55% | 0.87% | - |
| XYZ | 40.19 | 58.04 | 57.23 | - |
| YUV | 180.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 189 | 0.55 | 0 | 0.14 | 0.13 | 164.26 | 0.64 | 0.63 |
| Hex | 63 | DD | BD | 37 | 0 | E | D | A4 | 40 | 3F |
| Octal | 143 | 335 | 275 | 67 | 0 | 16 | 15 | 244 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10111101 | 110111 | 0 | 1110 | 1101 | 10100100 | 1000000 | 111111 |
Color Harmonies of #63DDBD
Complementary color
Monochromatic Colors of #63DDBD
Black with #63DDBD
Text Example
Text Example
White with #63DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDBD; }
p { color: rgb(99,221,189); }
H1.HeaderClassName
{
color: #63DDBD;
}
.AnyTagClassName
{
color: #63DDBD;
}
</style>
background-color css
<style>
a { background-color: #63DDBD; }
a { background-color: rgb(99,221,189); }
div.DivClassName
{
background-color: #63DDBD;
}
.BgClassName
{
background-color: #63DDBD;
}
</style>
border-color css
<style>
span { border-color: #63DDBD; }
span { border-color: rgb(99,221,189); }
td.TdClassName
{
border-color: #63DDBD;
}
.TagClassName
{
border-color: #63DDBD;
}
</style>