Shades of Downy #63F0BA
Tints of Downy #63F0BA
RGB
CMYK
RGB Variations
Color information
#63F0BA (or 0x63F0BA) is known color: Downy. HEX triplet: 63, F0 and BA. RGB value is (99,240,186). Sum of RGB (Red+Green+Blue) = 99+240+186=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0BA is #9C0F45. Grayscale: #BFBFBF. Windows color (decimal): -10227526 or 12251235. OLE color: 12251235.
HSL color Cylindrical-coordinate representation of color #63F0BA: hue angle of 157.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F0BA is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 186 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.06 |
| HSL | 157.02º | 0.82% | 0.66% | - |
| HSV(B) | 157.02º | 0.59% | 0.94% | - |
| XYZ | 45.17 | 68.52 | 57.3 | - |
| YUV | 191.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 186 | 0.59 | 0 | 0.22 | 0.06 | 157.02 | 0.82 | 0.66 |
| Hex | 63 | F0 | BA | 3B | 0 | 16 | 6 | 9D | 52 | 42 |
| Octal | 143 | 360 | 272 | 73 | 0 | 26 | 6 | 235 | 122 | 102 |
| Binary | 1100011 | 11110000 | 10111010 | 111011 | 0 | 10110 | 110 | 10011101 | 1010010 | 1000010 |
Color Harmonies of #63F0BA
Complementary color
Monochromatic Colors of #63F0BA
Black with #63F0BA
Text Example
Text Example
White with #63F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0BA; }
p { color: rgb(99,240,186); }
H1.HeaderClassName
{
color: #63F0BA;
}
.AnyTagClassName
{
color: #63F0BA;
}
</style>
background-color css
<style>
a { background-color: #63F0BA; }
a { background-color: rgb(99,240,186); }
div.DivClassName
{
background-color: #63F0BA;
}
.BgClassName
{
background-color: #63F0BA;
}
</style>
border-color css
<style>
span { border-color: #63F0BA; }
span { border-color: rgb(99,240,186); }
td.TdClassName
{
border-color: #63F0BA;
}
.TagClassName
{
border-color: #63F0BA;
}
</style>