Shades of Medium Aquamarine #63DFA0
Tints of Medium Aquamarine #63DFA0
RGB
CMYK
RGB Variations
Color information
#63DFA0 (or 0x63DFA0) is known color: Medium Aquamarine. HEX triplet: 63, DF and A0. RGB value is (99,223,160). Sum of RGB (Red+Green+Blue) = 99+223+160=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DFA0 is #9C205F. Grayscale: #B2B2B2. Windows color (decimal): -10231904 or 10542947. OLE color: 10542947.
HSL color Cylindrical-coordinate representation of color #63DFA0: hue angle of 149.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFA0 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 160 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.13 |
| HSL | 149.52º | 0.66% | 0.63% | - |
| HSV(B) | 149.52º | 0.56% | 0.87% | - |
| XYZ | 37.88 | 57.97 | 42.45 | - |
| YUV | 178.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 160 | 0.56 | 0 | 0.28 | 0.13 | 149.52 | 0.66 | 0.63 |
| Hex | 63 | DF | A0 | 38 | 0 | 1C | D | 96 | 42 | 3F |
| Octal | 143 | 337 | 240 | 70 | 0 | 34 | 15 | 226 | 102 | 77 |
| Binary | 1100011 | 11011111 | 10100000 | 111000 | 0 | 11100 | 1101 | 10010110 | 1000010 | 111111 |
Color Harmonies of #63DFA0
Complementary color
Monochromatic Colors of #63DFA0
Black with #63DFA0
Text Example
Text Example
White with #63DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFA0; }
p { color: rgb(99,223,160); }
H1.HeaderClassName
{
color: #63DFA0;
}
.AnyTagClassName
{
color: #63DFA0;
}
</style>
background-color css
<style>
a { background-color: #63DFA0; }
a { background-color: rgb(99,223,160); }
div.DivClassName
{
background-color: #63DFA0;
}
.BgClassName
{
background-color: #63DFA0;
}
</style>
border-color css
<style>
span { border-color: #63DFA0; }
span { border-color: rgb(99,223,160); }
td.TdClassName
{
border-color: #63DFA0;
}
.TagClassName
{
border-color: #63DFA0;
}
</style>