Shades of Downy #63E0BA
Tints of Downy #63E0BA
RGB
CMYK
RGB Variations
Color information
#63E0BA (or 0x63E0BA) is known color: Downy. HEX triplet: 63, E0 and BA. RGB value is (99,224,186). Sum of RGB (Red+Green+Blue) = 99+224+186=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0BA is #9C1F45. Grayscale: #B6B6B6. Windows color (decimal): -10231622 or 12247139. OLE color: 12247139.
HSL color Cylindrical-coordinate representation of color #63E0BA: hue angle of 161.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0BA is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 186 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.12 |
| HSL | 161.76º | 0.67% | 0.63% | - |
| HSV(B) | 161.76º | 0.56% | 0.88% | - |
| XYZ | 40.66 | 59.51 | 55.8 | - |
| YUV | 182.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 186 | 0.56 | 0 | 0.17 | 0.12 | 161.76 | 0.67 | 0.63 |
| Hex | 63 | E0 | BA | 38 | 0 | 11 | C | A2 | 43 | 3F |
| Octal | 143 | 340 | 272 | 70 | 0 | 21 | 14 | 242 | 103 | 77 |
| Binary | 1100011 | 11100000 | 10111010 | 111000 | 0 | 10001 | 1100 | 10100010 | 1000011 | 111111 |
Color Harmonies of #63E0BA
Complementary color
Monochromatic Colors of #63E0BA
Black with #63E0BA
Text Example
Text Example
White with #63E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0BA; }
p { color: rgb(99,224,186); }
H1.HeaderClassName
{
color: #63E0BA;
}
.AnyTagClassName
{
color: #63E0BA;
}
</style>
background-color css
<style>
a { background-color: #63E0BA; }
a { background-color: rgb(99,224,186); }
div.DivClassName
{
background-color: #63E0BA;
}
.BgClassName
{
background-color: #63E0BA;
}
</style>
border-color css
<style>
span { border-color: #63E0BA; }
span { border-color: rgb(99,224,186); }
td.TdClassName
{
border-color: #63E0BA;
}
.TagClassName
{
border-color: #63E0BA;
}
</style>