Shades of Downy #63ECB9
Tints of Downy #63ECB9
RGB
CMYK
RGB Variations
Color information
#63ECB9 (or 0x63ECB9) is known color: Downy. HEX triplet: 63, EC and B9. RGB value is (99,236,185). Sum of RGB (Red+Green+Blue) = 99+236+185=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECB9 is #9C1346. Grayscale: #BDBDBD. Windows color (decimal): -10228551 or 12184675. OLE color: 12184675.
HSL color Cylindrical-coordinate representation of color #63ECB9: hue angle of 157.66º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECB9 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 185 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.07 |
| HSL | 157.66º | 0.78% | 0.66% | - |
| HSV(B) | 157.66º | 0.58% | 0.93% | - |
| XYZ | 43.9 | 66.15 | 56.35 | - |
| YUV | 189.22 | 125.61 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 185 | 0.58 | 0 | 0.22 | 0.07 | 157.66 | 0.78 | 0.66 |
| Hex | 63 | EC | B9 | 3A | 0 | 16 | 7 | 9E | 4E | 42 |
| Octal | 143 | 354 | 271 | 72 | 0 | 26 | 7 | 236 | 116 | 102 |
| Binary | 1100011 | 11101100 | 10111001 | 111010 | 0 | 10110 | 111 | 10011110 | 1001110 | 1000010 |
Color Harmonies of #63ECB9
Complementary color
Monochromatic Colors of #63ECB9
Black with #63ECB9
Text Example
Text Example
White with #63ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECB9; }
p { color: rgb(99,236,185); }
H1.HeaderClassName
{
color: #63ECB9;
}
.AnyTagClassName
{
color: #63ECB9;
}
</style>
background-color css
<style>
a { background-color: #63ECB9; }
a { background-color: rgb(99,236,185); }
div.DivClassName
{
background-color: #63ECB9;
}
.BgClassName
{
background-color: #63ECB9;
}
</style>
border-color css
<style>
span { border-color: #63ECB9; }
span { border-color: rgb(99,236,185); }
td.TdClassName
{
border-color: #63ECB9;
}
.TagClassName
{
border-color: #63ECB9;
}
</style>