Shades of Downy #63DDBF
Tints of Downy #63DDBF
RGB
CMYK
RGB Variations
Color information
#63DDBF (or 0x63DDBF) is known color: Downy. HEX triplet: 63, DD and BF. RGB value is (99,221,191). Sum of RGB (Red+Green+Blue) = 99+221+191=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDBF is #9C2240. Grayscale: #B5B5B5. Windows color (decimal): -10232385 or 12574051. OLE color: 12574051.
HSL color Cylindrical-coordinate representation of color #63DDBF: hue angle of 165.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDBF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 191 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.13 |
| HSL | 165.25º | 0.64% | 0.63% | - |
| HSV(B) | 165.25º | 0.55% | 0.87% | - |
| XYZ | 40.41 | 58.13 | 58.38 | - |
| YUV | 181.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 191 | 0.55 | 0 | 0.14 | 0.13 | 165.25 | 0.64 | 0.63 |
| Hex | 63 | DD | BF | 37 | 0 | E | D | A5 | 40 | 3F |
| Octal | 143 | 335 | 277 | 67 | 0 | 16 | 15 | 245 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10111111 | 110111 | 0 | 1110 | 1101 | 10100101 | 1000000 | 111111 |
Color Harmonies of #63DDBF
Complementary color
Monochromatic Colors of #63DDBF
Black with #63DDBF
Text Example
Text Example
White with #63DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDBF; }
p { color: rgb(99,221,191); }
H1.HeaderClassName
{
color: #63DDBF;
}
.AnyTagClassName
{
color: #63DDBF;
}
</style>
background-color css
<style>
a { background-color: #63DDBF; }
a { background-color: rgb(99,221,191); }
div.DivClassName
{
background-color: #63DDBF;
}
.BgClassName
{
background-color: #63DDBF;
}
</style>
border-color css
<style>
span { border-color: #63DDBF; }
span { border-color: rgb(99,221,191); }
td.TdClassName
{
border-color: #63DDBF;
}
.TagClassName
{
border-color: #63DDBF;
}
</style>