Shades of Downy #63DFB9
Tints of Downy #63DFB9
RGB
CMYK
RGB Variations
Color information
#63DFB9 (or 0x63DFB9) is known color: Downy. HEX triplet: 63, DF and B9. RGB value is (99,223,185). Sum of RGB (Red+Green+Blue) = 99+223+185=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFB9 is #9C2046. Grayscale: #B5B5B5. Windows color (decimal): -10231879 or 12181347. OLE color: 12181347.
HSL color Cylindrical-coordinate representation of color #63DFB9: hue angle of 161.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFB9 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 185 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.13 |
| HSL | 161.61º | 0.66% | 0.63% | - |
| HSV(B) | 161.61º | 0.56% | 0.87% | - |
| XYZ | 40.29 | 58.93 | 55.15 | - |
| YUV | 181.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 185 | 0.56 | 0 | 0.17 | 0.13 | 161.61 | 0.66 | 0.63 |
| Hex | 63 | DF | B9 | 38 | 0 | 11 | D | A2 | 42 | 3F |
| Octal | 143 | 337 | 271 | 70 | 0 | 21 | 15 | 242 | 102 | 77 |
| Binary | 1100011 | 11011111 | 10111001 | 111000 | 0 | 10001 | 1101 | 10100010 | 1000010 | 111111 |
Color Harmonies of #63DFB9
Complementary color
Monochromatic Colors of #63DFB9
Black with #63DFB9
Text Example
Text Example
White with #63DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFB9; }
p { color: rgb(99,223,185); }
H1.HeaderClassName
{
color: #63DFB9;
}
.AnyTagClassName
{
color: #63DFB9;
}
</style>
background-color css
<style>
a { background-color: #63DFB9; }
a { background-color: rgb(99,223,185); }
div.DivClassName
{
background-color: #63DFB9;
}
.BgClassName
{
background-color: #63DFB9;
}
</style>
border-color css
<style>
span { border-color: #63DFB9; }
span { border-color: rgb(99,223,185); }
td.TdClassName
{
border-color: #63DFB9;
}
.TagClassName
{
border-color: #63DFB9;
}
</style>