Shades of Downy #63DAB8
Tints of Downy #63DAB8
RGB
CMYK
RGB Variations
Color information
#63DAB8 (or 0x63DAB8) is known color: Downy. HEX triplet: 63, DA and B8. RGB value is (99,218,184). Sum of RGB (Red+Green+Blue) = 99+218+184=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAB8 is #9C2547. Grayscale: #B2B2B2. Windows color (decimal): -10233160 or 12114531. OLE color: 12114531.
HSL color Cylindrical-coordinate representation of color #63DAB8: hue angle of 162.86º 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 #63DAB8 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 184 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.15 |
| HSL | 162.86º | 0.62% | 0.62% | - |
| HSV(B) | 162.86º | 0.55% | 0.85% | - |
| XYZ | 38.87 | 56.26 | 54.16 | - |
| YUV | 178.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 184 | 0.55 | 0 | 0.16 | 0.15 | 162.86 | 0.62 | 0.62 |
| Hex | 63 | DA | B8 | 37 | 0 | 10 | F | A3 | 3E | 3E |
| Octal | 143 | 332 | 270 | 67 | 0 | 20 | 17 | 243 | 76 | 76 |
| Binary | 1100011 | 11011010 | 10111000 | 110111 | 0 | 10000 | 1111 | 10100011 | 111110 | 111110 |
Color Harmonies of #63DAB8
Complementary color
Monochromatic Colors of #63DAB8
Black with #63DAB8
Text Example
Text Example
White with #63DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAB8; }
p { color: rgb(99,218,184); }
H1.HeaderClassName
{
color: #63DAB8;
}
.AnyTagClassName
{
color: #63DAB8;
}
</style>
background-color css
<style>
a { background-color: #63DAB8; }
a { background-color: rgb(99,218,184); }
div.DivClassName
{
background-color: #63DAB8;
}
.BgClassName
{
background-color: #63DAB8;
}
</style>
border-color css
<style>
span { border-color: #63DAB8; }
span { border-color: rgb(99,218,184); }
td.TdClassName
{
border-color: #63DAB8;
}
.TagClassName
{
border-color: #63DAB8;
}
</style>