Shades of Downy #63DABA
Tints of Downy #63DABA
RGB
CMYK
RGB Variations
Color information
#63DABA (or 0x63DABA) is known color: Downy. HEX triplet: 63, DA and BA. RGB value is (99,218,186). Sum of RGB (Red+Green+Blue) = 99+218+186=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #63DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DABA is #9C2545. Grayscale: #B2B2B2. Windows color (decimal): -10233158 or 12245603. OLE color: 12245603.
HSL color Cylindrical-coordinate representation of color #63DABA: hue angle of 163.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DABA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 186 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.15 |
| HSL | 163.87º | 0.62% | 0.62% | - |
| HSV(B) | 163.87º | 0.55% | 0.85% | - |
| XYZ | 39.08 | 56.34 | 55.27 | - |
| YUV | 178.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 186 | 0.55 | 0 | 0.15 | 0.15 | 163.87 | 0.62 | 0.62 |
| Hex | 63 | DA | BA | 37 | 0 | F | F | A4 | 3E | 3E |
| Octal | 143 | 332 | 272 | 67 | 0 | 17 | 17 | 244 | 76 | 76 |
| Binary | 1100011 | 11011010 | 10111010 | 110111 | 0 | 1111 | 1111 | 10100100 | 111110 | 111110 |
Color Harmonies of #63DABA
Complementary color
Monochromatic Colors of #63DABA
Black with #63DABA
Text Example
Text Example
White with #63DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DABA; }
p { color: rgb(99,218,186); }
H1.HeaderClassName
{
color: #63DABA;
}
.AnyTagClassName
{
color: #63DABA;
}
</style>
background-color css
<style>
a { background-color: #63DABA; }
a { background-color: rgb(99,218,186); }
div.DivClassName
{
background-color: #63DABA;
}
.BgClassName
{
background-color: #63DABA;
}
</style>
border-color css
<style>
span { border-color: #63DABA; }
span { border-color: rgb(99,218,186); }
td.TdClassName
{
border-color: #63DABA;
}
.TagClassName
{
border-color: #63DABA;
}
</style>