Shades of Downy #63E3BD
Tints of Downy #63E3BD
RGB
CMYK
RGB Variations
Color information
#63E3BD (or 0x63E3BD) is known color: Downy. HEX triplet: 63, E3 and BD. RGB value is (99,227,189). Sum of RGB (Red+Green+Blue) = 99+227+189=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #63E3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E3BD is #9C1C42. Grayscale: #B8B8B8. Windows color (decimal): -10230851 or 12444515. OLE color: 12444515.
HSL color Cylindrical-coordinate representation of color #63E3BD: hue angle of 162.19º degrees, saturation: 0.7, 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 #63E3BD is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 227 | 189 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.11 |
| HSL | 162.19º | 0.7% | 0.64% | - |
| HSV(B) | 162.19º | 0.56% | 0.89% | - |
| XYZ | 41.8 | 61.26 | 57.77 | - |
| YUV | 184.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 227 | 189 | 0.56 | 0 | 0.17 | 0.11 | 162.19 | 0.7 | 0.64 |
| Hex | 63 | E3 | BD | 38 | 0 | 11 | B | A2 | 46 | 40 |
| Octal | 143 | 343 | 275 | 70 | 0 | 21 | 13 | 242 | 106 | 100 |
| Binary | 1100011 | 11100011 | 10111101 | 111000 | 0 | 10001 | 1011 | 10100010 | 1000110 | 1000000 |
Color Harmonies of #63E3BD
Complementary color
Monochromatic Colors of #63E3BD
Black with #63E3BD
Text Example
Text Example
White with #63E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E3BD; }
p { color: rgb(99,227,189); }
H1.HeaderClassName
{
color: #63E3BD;
}
.AnyTagClassName
{
color: #63E3BD;
}
</style>
background-color css
<style>
a { background-color: #63E3BD; }
a { background-color: rgb(99,227,189); }
div.DivClassName
{
background-color: #63E3BD;
}
.BgClassName
{
background-color: #63E3BD;
}
</style>
border-color css
<style>
span { border-color: #63E3BD; }
span { border-color: rgb(99,227,189); }
td.TdClassName
{
border-color: #63E3BD;
}
.TagClassName
{
border-color: #63E3BD;
}
</style>