Shades of Downy #63C8C0
Tints of Downy #63C8C0
RGB
CMYK
RGB Variations
Color information
#63C8C0 (or 0x63C8C0) is known color: Downy. HEX triplet: 63, C8 and C0. RGB value is (99,200,192). Sum of RGB (Red+Green+Blue) = 99+200+192=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #63C8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8C0 is #9C373F. Grayscale: #A8A8A8. Windows color (decimal): -10237760 or 12634211. OLE color: 12634211.
HSL color Cylindrical-coordinate representation of color #63C8C0: hue angle of 175.25º 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 #63C8C0 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 192 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.22 |
| HSL | 175.25º | 0.48% | 0.59% | - |
| HSV(B) | 175.25º | 0.51% | 0.78% | - |
| XYZ | 35.31 | 47.77 | 57.23 | - |
| YUV | 168.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 192 | 0.50 | 0 | 0.04 | 0.22 | 175.25 | 0.48 | 0.59 |
| Hex | 63 | C8 | C0 | 32 | 0 | 4 | 16 | AF | 30 | 3B |
| Octal | 143 | 310 | 300 | 62 | 0 | 4 | 26 | 257 | 60 | 73 |
| Binary | 1100011 | 11001000 | 11000000 | 110010 | 0 | 100 | 10110 | 10101111 | 110000 | 111011 |
Color Harmonies of #63C8C0
Complementary color
Monochromatic Colors of #63C8C0
Black with #63C8C0
Text Example
Text Example
White with #63C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C8C0; }
p { color: rgb(99,200,192); }
H1.HeaderClassName
{
color: #63C8C0;
}
.AnyTagClassName
{
color: #63C8C0;
}
</style>
background-color css
<style>
a { background-color: #63C8C0; }
a { background-color: rgb(99,200,192); }
div.DivClassName
{
background-color: #63C8C0;
}
.BgClassName
{
background-color: #63C8C0;
}
</style>
border-color css
<style>
span { border-color: #63C8C0; }
span { border-color: rgb(99,200,192); }
td.TdClassName
{
border-color: #63C8C0;
}
.TagClassName
{
border-color: #63C8C0;
}
</style>