Shades of Downy #63DDBB
Tints of Downy #63DDBB
RGB
CMYK
RGB Variations
Color information
#63DDBB (or 0x63DDBB) is known color: Downy. HEX triplet: 63, DD and BB. RGB value is (99,221,187). Sum of RGB (Red+Green+Blue) = 99+221+187=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDBB is #9C2244. Grayscale: #B4B4B4. Windows color (decimal): -10232389 or 12311907. OLE color: 12311907.
HSL color Cylindrical-coordinate representation of color #63DDBB: hue angle of 163.28º 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 #63DDBB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 187 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.13 |
| HSL | 163.28º | 0.64% | 0.63% | - |
| HSV(B) | 163.28º | 0.55% | 0.87% | - |
| XYZ | 39.97 | 57.95 | 56.09 | - |
| YUV | 180.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 187 | 0.55 | 0 | 0.15 | 0.13 | 163.28 | 0.64 | 0.63 |
| Hex | 63 | DD | BB | 37 | 0 | F | D | A3 | 40 | 3F |
| Octal | 143 | 335 | 273 | 67 | 0 | 17 | 15 | 243 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10111011 | 110111 | 0 | 1111 | 1101 | 10100011 | 1000000 | 111111 |
Color Harmonies of #63DDBB
Complementary color
Monochromatic Colors of #63DDBB
Black with #63DDBB
Text Example
Text Example
White with #63DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDBB; }
p { color: rgb(99,221,187); }
H1.HeaderClassName
{
color: #63DDBB;
}
.AnyTagClassName
{
color: #63DDBB;
}
</style>
background-color css
<style>
a { background-color: #63DDBB; }
a { background-color: rgb(99,221,187); }
div.DivClassName
{
background-color: #63DDBB;
}
.BgClassName
{
background-color: #63DDBB;
}
</style>
border-color css
<style>
span { border-color: #63DDBB; }
span { border-color: rgb(99,221,187); }
td.TdClassName
{
border-color: #63DDBB;
}
.TagClassName
{
border-color: #63DDBB;
}
</style>