Shades of Downy #63D5BA
Tints of Downy #63D5BA
RGB
CMYK
RGB Variations
Color information
#63D5BA (or 0x63D5BA) is known color: Downy. HEX triplet: 63, D5 and BA. RGB value is (99,213,186). Sum of RGB (Red+Green+Blue) = 99+213+186=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #63D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D5BA is #9C2A45. Grayscale: #AFAFAF. Windows color (decimal): -10234438 or 12244323. OLE color: 12244323.
HSL color Cylindrical-coordinate representation of color #63D5BA: hue angle of 165.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D5BA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 213 | 186 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.16 |
| HSL | 165.79º | 0.58% | 0.61% | - |
| HSV(B) | 165.79º | 0.54% | 0.84% | - |
| XYZ | 37.8 | 53.79 | 54.84 | - |
| YUV | 175.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 213 | 186 | 0.54 | 0 | 0.13 | 0.16 | 165.79 | 0.58 | 0.61 |
| Hex | 63 | D5 | BA | 36 | 0 | D | 10 | A6 | 3A | 3D |
| Octal | 143 | 325 | 272 | 66 | 0 | 15 | 20 | 246 | 72 | 75 |
| Binary | 1100011 | 11010101 | 10111010 | 110110 | 0 | 1101 | 10000 | 10100110 | 111010 | 111101 |
Color Harmonies of #63D5BA
Complementary color
Monochromatic Colors of #63D5BA
Black with #63D5BA
Text Example
Text Example
White with #63D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D5BA; }
p { color: rgb(99,213,186); }
H1.HeaderClassName
{
color: #63D5BA;
}
.AnyTagClassName
{
color: #63D5BA;
}
</style>
background-color css
<style>
a { background-color: #63D5BA; }
a { background-color: rgb(99,213,186); }
div.DivClassName
{
background-color: #63D5BA;
}
.BgClassName
{
background-color: #63D5BA;
}
</style>
border-color css
<style>
span { border-color: #63D5BA; }
span { border-color: rgb(99,213,186); }
td.TdClassName
{
border-color: #63D5BA;
}
.TagClassName
{
border-color: #63D5BA;
}
</style>