Shades of Medium Aquamarine #63FAAA
Tints of Medium Aquamarine #63FAAA
RGB
CMYK
RGB Variations
Color information
#63FAAA (or 0x63FAAA) is known color: Medium Aquamarine. HEX triplet: 63, FA and AA. RGB value is (99,250,170). Sum of RGB (Red+Green+Blue) = 99+250+170=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FAAA is #9C0555. Grayscale: #C3C3C3. Windows color (decimal): -10224982 or 11205219. OLE color: 11205219.
HSL color Cylindrical-coordinate representation of color #63FAAA: hue angle of 148.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAAA is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 170 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.02 |
| HSL | 148.21º | 0.94% | 0.68% | - |
| HSV(B) | 148.21º | 0.6% | 0.98% | - |
| XYZ | 46.59 | 73.93 | 49.84 | - |
| YUV | 195.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 170 | 0.60 | 0 | 0.32 | 0.02 | 148.21 | 0.94 | 0.68 |
| Hex | 63 | FA | AA | 3C | 0 | 20 | 2 | 94 | 5E | 44 |
| Octal | 143 | 372 | 252 | 74 | 0 | 40 | 2 | 224 | 136 | 104 |
| Binary | 1100011 | 11111010 | 10101010 | 111100 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000100 |
Color Harmonies of #63FAAA
Complementary color
Monochromatic Colors of #63FAAA
Black with #63FAAA
Text Example
Text Example
White with #63FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAAA; }
p { color: rgb(99,250,170); }
H1.HeaderClassName
{
color: #63FAAA;
}
.AnyTagClassName
{
color: #63FAAA;
}
</style>
background-color css
<style>
a { background-color: #63FAAA; }
a { background-color: rgb(99,250,170); }
div.DivClassName
{
background-color: #63FAAA;
}
.BgClassName
{
background-color: #63FAAA;
}
</style>
border-color css
<style>
span { border-color: #63FAAA; }
span { border-color: rgb(99,250,170); }
td.TdClassName
{
border-color: #63FAAA;
}
.TagClassName
{
border-color: #63FAAA;
}
</style>