Shades of Medium Aquamarine #63D0AB
Tints of Medium Aquamarine #63D0AB
RGB
CMYK
RGB Variations
Color information
#63D0AB (or 0x63D0AB) is known color: Medium Aquamarine. HEX triplet: 63, D0 and AB. RGB value is (99,208,171). Sum of RGB (Red+Green+Blue) = 99+208+171=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D0AB is #9C2F54. Grayscale: #ABABAB. Windows color (decimal): -10235733 or 11260003. OLE color: 11260003.
HSL color Cylindrical-coordinate representation of color #63D0AB: hue angle of 159.63º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0AB is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 171 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.18 |
| HSL | 159.63º | 0.54% | 0.6% | - |
| HSV(B) | 159.63º | 0.52% | 0.82% | - |
| XYZ | 35.05 | 50.7 | 46.47 | - |
| YUV | 171.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 171 | 0.52 | 0 | 0.18 | 0.18 | 159.63 | 0.54 | 0.6 |
| Hex | 63 | D0 | AB | 34 | 0 | 12 | 12 | A0 | 36 | 3C |
| Octal | 143 | 320 | 253 | 64 | 0 | 22 | 22 | 240 | 66 | 74 |
| Binary | 1100011 | 11010000 | 10101011 | 110100 | 0 | 10010 | 10010 | 10100000 | 110110 | 111100 |
Color Harmonies of #63D0AB
Complementary color
Monochromatic Colors of #63D0AB
Black with #63D0AB
Text Example
Text Example
White with #63D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D0AB; }
p { color: rgb(99,208,171); }
H1.HeaderClassName
{
color: #63D0AB;
}
.AnyTagClassName
{
color: #63D0AB;
}
</style>
background-color css
<style>
a { background-color: #63D0AB; }
a { background-color: rgb(99,208,171); }
div.DivClassName
{
background-color: #63D0AB;
}
.BgClassName
{
background-color: #63D0AB;
}
</style>
border-color css
<style>
span { border-color: #63D0AB; }
span { border-color: rgb(99,208,171); }
td.TdClassName
{
border-color: #63D0AB;
}
.TagClassName
{
border-color: #63D0AB;
}
</style>