Shades of Medium Aquamarine #63EBA0
Tints of Medium Aquamarine #63EBA0
RGB
CMYK
RGB Variations
Color information
#63EBA0 (or 0x63EBA0) is known color: Medium Aquamarine. HEX triplet: 63, EB and A0. RGB value is (99,235,160). Sum of RGB (Red+Green+Blue) = 99+235+160=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63EBA0 is #9C145F. Grayscale: #B9B9B9. Windows color (decimal): -10228832 or 10546019. OLE color: 10546019.
HSL color Cylindrical-coordinate representation of color #63EBA0: hue angle of 146.91º degrees, saturation: 0.77, 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 #63EBA0 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 235 | 160 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.08 |
| HSL | 146.91º | 0.77% | 0.65% | - |
| HSV(B) | 146.91º | 0.58% | 0.92% | - |
| XYZ | 41.2 | 64.61 | 43.56 | - |
| YUV | 185.79 | 113.44 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 235 | 160 | 0.58 | 0 | 0.32 | 0.08 | 146.91 | 0.77 | 0.65 |
| Hex | 63 | EB | A0 | 3A | 0 | 20 | 8 | 93 | 4D | 41 |
| Octal | 143 | 353 | 240 | 72 | 0 | 40 | 10 | 223 | 115 | 101 |
| Binary | 1100011 | 11101011 | 10100000 | 111010 | 0 | 100000 | 1000 | 10010011 | 1001101 | 1000001 |
Color Harmonies of #63EBA0
Complementary color
Monochromatic Colors of #63EBA0
Black with #63EBA0
Text Example
Text Example
White with #63EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EBA0; }
p { color: rgb(99,235,160); }
H1.HeaderClassName
{
color: #63EBA0;
}
.AnyTagClassName
{
color: #63EBA0;
}
</style>
background-color css
<style>
a { background-color: #63EBA0; }
a { background-color: rgb(99,235,160); }
div.DivClassName
{
background-color: #63EBA0;
}
.BgClassName
{
background-color: #63EBA0;
}
</style>
border-color css
<style>
span { border-color: #63EBA0; }
span { border-color: rgb(99,235,160); }
td.TdClassName
{
border-color: #63EBA0;
}
.TagClassName
{
border-color: #63EBA0;
}
</style>