Shades of Medium Aquamarine #63D9A0
Tints of Medium Aquamarine #63D9A0
RGB
CMYK
RGB Variations
Color information
#63D9A0 (or 0x63D9A0) is known color: Medium Aquamarine. HEX triplet: 63, D9 and A0. RGB value is (99,217,160). Sum of RGB (Red+Green+Blue) = 99+217+160=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #63D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D9A0 is #9C265F. Grayscale: #AFAFAF. Windows color (decimal): -10233440 or 10541411. OLE color: 10541411.
HSL color Cylindrical-coordinate representation of color #63D9A0: hue angle of 151.02º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D9A0 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 217 | 160 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.15 |
| HSL | 151.02º | 0.61% | 0.62% | - |
| HSV(B) | 151.02º | 0.54% | 0.85% | - |
| XYZ | 36.3 | 54.82 | 41.92 | - |
| YUV | 175.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 217 | 160 | 0.54 | 0 | 0.26 | 0.15 | 151.02 | 0.61 | 0.62 |
| Hex | 63 | D9 | A0 | 36 | 0 | 1A | F | 97 | 3D | 3E |
| Octal | 143 | 331 | 240 | 66 | 0 | 32 | 17 | 227 | 75 | 76 |
| Binary | 1100011 | 11011001 | 10100000 | 110110 | 0 | 11010 | 1111 | 10010111 | 111101 | 111110 |
Color Harmonies of #63D9A0
Complementary color
Monochromatic Colors of #63D9A0
Black with #63D9A0
Text Example
Text Example
White with #63D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D9A0; }
p { color: rgb(99,217,160); }
H1.HeaderClassName
{
color: #63D9A0;
}
.AnyTagClassName
{
color: #63D9A0;
}
</style>
background-color css
<style>
a { background-color: #63D9A0; }
a { background-color: rgb(99,217,160); }
div.DivClassName
{
background-color: #63D9A0;
}
.BgClassName
{
background-color: #63D9A0;
}
</style>
border-color css
<style>
span { border-color: #63D9A0; }
span { border-color: rgb(99,217,160); }
td.TdClassName
{
border-color: #63D9A0;
}
.TagClassName
{
border-color: #63D9A0;
}
</style>