Shades of Downy #63C8BB
Tints of Downy #63C8BB
RGB
CMYK
RGB Variations
Color information
#63C8BB (or 0x63C8BB) is known color: Downy. HEX triplet: 63, C8 and BB. RGB value is (99,200,187). Sum of RGB (Red+Green+Blue) = 99+200+187=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #63C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8BB is #9C3744. Grayscale: #A8A8A8. Windows color (decimal): -10237765 or 12306531. OLE color: 12306531.
HSL color Cylindrical-coordinate representation of color #63C8BB: hue angle of 172.28º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C8BB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 187 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.22 |
| HSL | 172.28º | 0.48% | 0.59% | - |
| HSV(B) | 172.28º | 0.51% | 0.78% | - |
| XYZ | 34.77 | 47.55 | 54.36 | - |
| YUV | 168.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 187 | 0.50 | 0 | 0.06 | 0.22 | 172.28 | 0.48 | 0.59 |
| Hex | 63 | C8 | BB | 32 | 0 | 6 | 16 | AC | 30 | 3B |
| Octal | 143 | 310 | 273 | 62 | 0 | 6 | 26 | 254 | 60 | 73 |
| Binary | 1100011 | 11001000 | 10111011 | 110010 | 0 | 110 | 10110 | 10101100 | 110000 | 111011 |
Color Harmonies of #63C8BB
Complementary color
Monochromatic Colors of #63C8BB
Black with #63C8BB
Text Example
Text Example
White with #63C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C8BB; }
p { color: rgb(99,200,187); }
H1.HeaderClassName
{
color: #63C8BB;
}
.AnyTagClassName
{
color: #63C8BB;
}
</style>
background-color css
<style>
a { background-color: #63C8BB; }
a { background-color: rgb(99,200,187); }
div.DivClassName
{
background-color: #63C8BB;
}
.BgClassName
{
background-color: #63C8BB;
}
</style>
border-color css
<style>
span { border-color: #63C8BB; }
span { border-color: rgb(99,200,187); }
td.TdClassName
{
border-color: #63C8BB;
}
.TagClassName
{
border-color: #63C8BB;
}
</style>