Shades of Downy #63D9C0
Tints of Downy #63D9C0
RGB
CMYK
RGB Variations
Color information
#63D9C0 (or 0x63D9C0) is known color: Downy. HEX triplet: 63, D9 and C0. RGB value is (99,217,192). Sum of RGB (Red+Green+Blue) = 99+217+192=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #63D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D9C0 is #9C263F. Grayscale: #B2B2B2. Windows color (decimal): -10233408 or 12638563. OLE color: 12638563.
HSL color Cylindrical-coordinate representation of color #63D9C0: hue angle of 167.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D9C0 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 217 | 192 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.15 |
| HSL | 167.29º | 0.61% | 0.62% | - |
| HSV(B) | 167.29º | 0.54% | 0.85% | - |
| XYZ | 39.47 | 56.08 | 58.61 | - |
| YUV | 178.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 217 | 192 | 0.54 | 0 | 0.12 | 0.15 | 167.29 | 0.61 | 0.62 |
| Hex | 63 | D9 | C0 | 36 | 0 | C | F | A7 | 3D | 3E |
| Octal | 143 | 331 | 300 | 66 | 0 | 14 | 17 | 247 | 75 | 76 |
| Binary | 1100011 | 11011001 | 11000000 | 110110 | 0 | 1100 | 1111 | 10100111 | 111101 | 111110 |
Color Harmonies of #63D9C0
Complementary color
Monochromatic Colors of #63D9C0
Black with #63D9C0
Text Example
Text Example
White with #63D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D9C0; }
p { color: rgb(99,217,192); }
H1.HeaderClassName
{
color: #63D9C0;
}
.AnyTagClassName
{
color: #63D9C0;
}
</style>
background-color css
<style>
a { background-color: #63D9C0; }
a { background-color: rgb(99,217,192); }
div.DivClassName
{
background-color: #63D9C0;
}
.BgClassName
{
background-color: #63D9C0;
}
</style>
border-color css
<style>
span { border-color: #63D9C0; }
span { border-color: rgb(99,217,192); }
td.TdClassName
{
border-color: #63D9C0;
}
.TagClassName
{
border-color: #63D9C0;
}
</style>