Shades of Medium Aquamarine #63D4AA
Tints of Medium Aquamarine #63D4AA
RGB
CMYK
RGB Variations
Color information
#63D4AA (or 0x63D4AA) is known color: Medium Aquamarine. HEX triplet: 63, D4 and AA. RGB value is (99,212,170). Sum of RGB (Red+Green+Blue) = 99+212+170=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #63D4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D4AA is #9C2B55. Grayscale: #ADADAD. Windows color (decimal): -10234710 or 11195491. OLE color: 11195491.
HSL color Cylindrical-coordinate representation of color #63D4AA: hue angle of 157.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D4AA is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 212 | 170 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.17 |
| HSL | 157.7º | 0.57% | 0.61% | - |
| HSV(B) | 157.7º | 0.53% | 0.83% | - |
| XYZ | 35.94 | 52.64 | 46.3 | - |
| YUV | 173.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 212 | 170 | 0.53 | 0 | 0.20 | 0.17 | 157.7 | 0.57 | 0.61 |
| Hex | 63 | D4 | AA | 35 | 0 | 14 | 11 | 9E | 39 | 3D |
| Octal | 143 | 324 | 252 | 65 | 0 | 24 | 21 | 236 | 71 | 75 |
| Binary | 1100011 | 11010100 | 10101010 | 110101 | 0 | 10100 | 10001 | 10011110 | 111001 | 111101 |
Color Harmonies of #63D4AA
Complementary color
Monochromatic Colors of #63D4AA
Black with #63D4AA
Text Example
Text Example
White with #63D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D4AA; }
p { color: rgb(99,212,170); }
H1.HeaderClassName
{
color: #63D4AA;
}
.AnyTagClassName
{
color: #63D4AA;
}
</style>
background-color css
<style>
a { background-color: #63D4AA; }
a { background-color: rgb(99,212,170); }
div.DivClassName
{
background-color: #63D4AA;
}
.BgClassName
{
background-color: #63D4AA;
}
</style>
border-color css
<style>
span { border-color: #63D4AA; }
span { border-color: rgb(99,212,170); }
td.TdClassName
{
border-color: #63D4AA;
}
.TagClassName
{
border-color: #63D4AA;
}
</style>