Shades of Downy #63E5BA
Tints of Downy #63E5BA
RGB
CMYK
RGB Variations
Color information
#63E5BA (or 0x63E5BA) is known color: Downy. HEX triplet: 63, E5 and BA. RGB value is (99,229,186). Sum of RGB (Red+Green+Blue) = 99+229+186=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #63E5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E5BA is #9C1A45. Grayscale: #B9B9B9. Windows color (decimal): -10230342 or 12248419. OLE color: 12248419.
HSL color Cylindrical-coordinate representation of color #63E5BA: hue angle of 160.15º 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 #63E5BA is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 229 | 186 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.10 |
| HSL | 160.15º | 0.71% | 0.64% | - |
| HSV(B) | 160.15º | 0.57% | 0.9% | - |
| XYZ | 42.03 | 62.24 | 56.25 | - |
| YUV | 185.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 229 | 186 | 0.57 | 0 | 0.19 | 0.10 | 160.15 | 0.71 | 0.64 |
| Hex | 63 | E5 | BA | 39 | 0 | 13 | A | A0 | 47 | 40 |
| Octal | 143 | 345 | 272 | 71 | 0 | 23 | 12 | 240 | 107 | 100 |
| Binary | 1100011 | 11100101 | 10111010 | 111001 | 0 | 10011 | 1010 | 10100000 | 1000111 | 1000000 |
Color Harmonies of #63E5BA
Complementary color
Monochromatic Colors of #63E5BA
Black with #63E5BA
Text Example
Text Example
White with #63E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E5BA; }
p { color: rgb(99,229,186); }
H1.HeaderClassName
{
color: #63E5BA;
}
.AnyTagClassName
{
color: #63E5BA;
}
</style>
background-color css
<style>
a { background-color: #63E5BA; }
a { background-color: rgb(99,229,186); }
div.DivClassName
{
background-color: #63E5BA;
}
.BgClassName
{
background-color: #63E5BA;
}
</style>
border-color css
<style>
span { border-color: #63E5BA; }
span { border-color: rgb(99,229,186); }
td.TdClassName
{
border-color: #63E5BA;
}
.TagClassName
{
border-color: #63E5BA;
}
</style>