Shades of Downy #63D7BA
Tints of Downy #63D7BA
RGB
CMYK
RGB Variations
Color information
#63D7BA (or 0x63D7BA) is known color: Downy. HEX triplet: 63, D7 and BA. RGB value is (99,215,186). Sum of RGB (Red+Green+Blue) = 99+215+186=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #63D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7BA is #9C2845. Grayscale: #B1B1B1. Windows color (decimal): -10233926 or 12244835. OLE color: 12244835.
HSL color Cylindrical-coordinate representation of color #63D7BA: hue angle of 165º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D7BA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 215 | 186 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.16 |
| HSL | 165º | 0.59% | 0.62% | - |
| HSV(B) | 165º | 0.54% | 0.84% | - |
| XYZ | 38.31 | 54.8 | 55.01 | - |
| YUV | 177.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 215 | 186 | 0.54 | 0 | 0.13 | 0.16 | 165 | 0.59 | 0.62 |
| Hex | 63 | D7 | BA | 36 | 0 | D | 10 | A5 | 3B | 3E |
| Octal | 143 | 327 | 272 | 66 | 0 | 15 | 20 | 245 | 73 | 76 |
| Binary | 1100011 | 11010111 | 10111010 | 110110 | 0 | 1101 | 10000 | 10100101 | 111011 | 111110 |
Color Harmonies of #63D7BA
Complementary color
Monochromatic Colors of #63D7BA
Black with #63D7BA
Text Example
Text Example
White with #63D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D7BA; }
p { color: rgb(99,215,186); }
H1.HeaderClassName
{
color: #63D7BA;
}
.AnyTagClassName
{
color: #63D7BA;
}
</style>
background-color css
<style>
a { background-color: #63D7BA; }
a { background-color: rgb(99,215,186); }
div.DivClassName
{
background-color: #63D7BA;
}
.BgClassName
{
background-color: #63D7BA;
}
</style>
border-color css
<style>
span { border-color: #63D7BA; }
span { border-color: rgb(99,215,186); }
td.TdClassName
{
border-color: #63D7BA;
}
.TagClassName
{
border-color: #63D7BA;
}
</style>