Shades of Downy #63E2BA
Tints of Downy #63E2BA
RGB
CMYK
RGB Variations
Color information
#63E2BA (or 0x63E2BA) is known color: Downy. HEX triplet: 63, E2 and BA. RGB value is (99,226,186). Sum of RGB (Red+Green+Blue) = 99+226+186=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2BA is #9C1D45. Grayscale: #B7B7B7. Windows color (decimal): -10231110 or 12247651. OLE color: 12247651.
HSL color Cylindrical-coordinate representation of color #63E2BA: hue angle of 161.1º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E2BA is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 226 | 186 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.11 |
| HSL | 161.1º | 0.69% | 0.64% | - |
| HSV(B) | 161.1º | 0.56% | 0.89% | - |
| XYZ | 41.2 | 60.59 | 55.98 | - |
| YUV | 183.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 226 | 186 | 0.56 | 0 | 0.18 | 0.11 | 161.1 | 0.69 | 0.64 |
| Hex | 63 | E2 | BA | 38 | 0 | 12 | B | A1 | 45 | 40 |
| Octal | 143 | 342 | 272 | 70 | 0 | 22 | 13 | 241 | 105 | 100 |
| Binary | 1100011 | 11100010 | 10111010 | 111000 | 0 | 10010 | 1011 | 10100001 | 1000101 | 1000000 |
Color Harmonies of #63E2BA
Complementary color
Monochromatic Colors of #63E2BA
Black with #63E2BA
Text Example
Text Example
White with #63E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E2BA; }
p { color: rgb(99,226,186); }
H1.HeaderClassName
{
color: #63E2BA;
}
.AnyTagClassName
{
color: #63E2BA;
}
</style>
background-color css
<style>
a { background-color: #63E2BA; }
a { background-color: rgb(99,226,186); }
div.DivClassName
{
background-color: #63E2BA;
}
.BgClassName
{
background-color: #63E2BA;
}
</style>
border-color css
<style>
span { border-color: #63E2BA; }
span { border-color: rgb(99,226,186); }
td.TdClassName
{
border-color: #63E2BA;
}
.TagClassName
{
border-color: #63E2BA;
}
</style>