Shades of Downy #63C7C0
Tints of Downy #63C7C0
RGB
CMYK
RGB Variations
Color information
#63C7C0 (or 0x63C7C0) is known color: Downy. HEX triplet: 63, C7 and C0. RGB value is (99,199,192). Sum of RGB (Red+Green+Blue) = 99+199+192=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #63C7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C7C0 is #9C383F. Grayscale: #A8A8A8. Windows color (decimal): -10238016 or 12633955. OLE color: 12633955.
HSL color Cylindrical-coordinate representation of color #63C7C0: hue angle of 175.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C7C0 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 199 | 192 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.22 |
| HSL | 175.8º | 0.47% | 0.58% | - |
| HSV(B) | 175.8º | 0.5% | 0.78% | - |
| XYZ | 35.08 | 47.31 | 57.15 | - |
| YUV | 168.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 192 | 0.50 | 0 | 0.04 | 0.22 | 175.8 | 0.47 | 0.58 |
| Hex | 63 | C7 | C0 | 32 | 0 | 4 | 16 | B0 | 2F | 3A |
| Octal | 143 | 307 | 300 | 62 | 0 | 4 | 26 | 260 | 57 | 72 |
| Binary | 1100011 | 11000111 | 11000000 | 110010 | 0 | 100 | 10110 | 10110000 | 101111 | 111010 |
Color Harmonies of #63C7C0
Complementary color
Monochromatic Colors of #63C7C0
Black with #63C7C0
Text Example
Text Example
White with #63C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C7C0; }
p { color: rgb(99,199,192); }
H1.HeaderClassName
{
color: #63C7C0;
}
.AnyTagClassName
{
color: #63C7C0;
}
</style>
background-color css
<style>
a { background-color: #63C7C0; }
a { background-color: rgb(99,199,192); }
div.DivClassName
{
background-color: #63C7C0;
}
.BgClassName
{
background-color: #63C7C0;
}
</style>
border-color css
<style>
span { border-color: #63C7C0; }
span { border-color: rgb(99,199,192); }
td.TdClassName
{
border-color: #63C7C0;
}
.TagClassName
{
border-color: #63C7C0;
}
</style>