Shades of Downy #63E5D1
Tints of Downy #63E5D1
RGB
CMYK
RGB Variations
Color information
#63E5D1 (or 0x63E5D1) is known color: Downy. HEX triplet: 63, E5 and D1. RGB value is (99,229,209). Sum of RGB (Red+Green+Blue) = 99+229+209=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #63E5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E5D1 is #9C1A2E. Grayscale: #BBBBBB. Windows color (decimal): -10230319 or 13755747. OLE color: 13755747.
HSL color Cylindrical-coordinate representation of color #63E5D1: hue angle of 170.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E5D1 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 229 | 209 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.10 |
| HSL | 170.77º | 0.71% | 0.64% | - |
| HSV(B) | 170.77º | 0.57% | 0.9% | - |
| XYZ | 44.67 | 63.29 | 70.18 | - |
| YUV | 187.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 229 | 209 | 0.57 | 0 | 0.09 | 0.10 | 170.77 | 0.71 | 0.64 |
| Hex | 63 | E5 | D1 | 39 | 0 | 9 | A | AB | 47 | 40 |
| Octal | 143 | 345 | 321 | 71 | 0 | 11 | 12 | 253 | 107 | 100 |
| Binary | 1100011 | 11100101 | 11010001 | 111001 | 0 | 1001 | 1010 | 10101011 | 1000111 | 1000000 |
Color Harmonies of #63E5D1
Complementary color
Monochromatic Colors of #63E5D1
Black with #63E5D1
Text Example
Text Example
White with #63E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E5D1; }
p { color: rgb(99,229,209); }
H1.HeaderClassName
{
color: #63E5D1;
}
.AnyTagClassName
{
color: #63E5D1;
}
</style>
background-color css
<style>
a { background-color: #63E5D1; }
a { background-color: rgb(99,229,209); }
div.DivClassName
{
background-color: #63E5D1;
}
.BgClassName
{
background-color: #63E5D1;
}
</style>
border-color css
<style>
span { border-color: #63E5D1; }
span { border-color: rgb(99,229,209); }
td.TdClassName
{
border-color: #63E5D1;
}
.TagClassName
{
border-color: #63E5D1;
}
</style>