Shades of Downy #63EABA
Tints of Downy #63EABA
RGB
CMYK
RGB Variations
Color information
#63EABA (or 0x63EABA) is known color: Downy. HEX triplet: 63, EA and BA. RGB value is (99,234,186). Sum of RGB (Red+Green+Blue) = 99+234+186=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #63EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EABA is #9C1545. Grayscale: #BCBCBC. Windows color (decimal): -10229062 or 12249699. OLE color: 12249699.
HSL color Cylindrical-coordinate representation of color #63EABA: hue angle of 158.67º 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 #63EABA is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 186 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.08 |
| HSL | 158.67º | 0.76% | 0.65% | - |
| HSV(B) | 158.67º | 0.58% | 0.92% | - |
| XYZ | 43.43 | 65.04 | 56.72 | - |
| YUV | 188.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 186 | 0.58 | 0 | 0.21 | 0.08 | 158.67 | 0.76 | 0.65 |
| Hex | 63 | EA | BA | 3A | 0 | 15 | 8 | 9F | 4C | 41 |
| Octal | 143 | 352 | 272 | 72 | 0 | 25 | 10 | 237 | 114 | 101 |
| Binary | 1100011 | 11101010 | 10111010 | 111010 | 0 | 10101 | 1000 | 10011111 | 1001100 | 1000001 |
Color Harmonies of #63EABA
Complementary color
Monochromatic Colors of #63EABA
Black with #63EABA
Text Example
Text Example
White with #63EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EABA; }
p { color: rgb(99,234,186); }
H1.HeaderClassName
{
color: #63EABA;
}
.AnyTagClassName
{
color: #63EABA;
}
</style>
background-color css
<style>
a { background-color: #63EABA; }
a { background-color: rgb(99,234,186); }
div.DivClassName
{
background-color: #63EABA;
}
.BgClassName
{
background-color: #63EABA;
}
</style>
border-color css
<style>
span { border-color: #63EABA; }
span { border-color: rgb(99,234,186); }
td.TdClassName
{
border-color: #63EABA;
}
.TagClassName
{
border-color: #63EABA;
}
</style>