Shades of Downy #63EABB
Tints of Downy #63EABB
RGB
CMYK
RGB Variations
Color information
#63EABB (or 0x63EABB) is known color: Downy. HEX triplet: 63, EA and BB. RGB value is (99,234,187). Sum of RGB (Red+Green+Blue) = 99+234+187=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #63EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EABB is #9C1544. Grayscale: #BCBCBC. Windows color (decimal): -10229061 or 12315235. OLE color: 12315235.
HSL color Cylindrical-coordinate representation of color #63EABB: hue angle of 159.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EABB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 187 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.08 |
| HSL | 159.11º | 0.76% | 0.65% | - |
| HSV(B) | 159.11º | 0.58% | 0.92% | - |
| XYZ | 43.54 | 65.09 | 57.28 | - |
| YUV | 188.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 187 | 0.58 | 0 | 0.20 | 0.08 | 159.11 | 0.76 | 0.65 |
| Hex | 63 | EA | BB | 3A | 0 | 14 | 8 | 9F | 4C | 41 |
| Octal | 143 | 352 | 273 | 72 | 0 | 24 | 10 | 237 | 114 | 101 |
| Binary | 1100011 | 11101010 | 10111011 | 111010 | 0 | 10100 | 1000 | 10011111 | 1001100 | 1000001 |
Color Harmonies of #63EABB
Complementary color
Monochromatic Colors of #63EABB
Black with #63EABB
Text Example
Text Example
White with #63EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EABB; }
p { color: rgb(99,234,187); }
H1.HeaderClassName
{
color: #63EABB;
}
.AnyTagClassName
{
color: #63EABB;
}
</style>
background-color css
<style>
a { background-color: #63EABB; }
a { background-color: rgb(99,234,187); }
div.DivClassName
{
background-color: #63EABB;
}
.BgClassName
{
background-color: #63EABB;
}
</style>
border-color css
<style>
span { border-color: #63EABB; }
span { border-color: rgb(99,234,187); }
td.TdClassName
{
border-color: #63EABB;
}
.TagClassName
{
border-color: #63EABB;
}
</style>