Shades of Aquamarine #63EED6
Tints of Aquamarine #63EED6
RGB
CMYK
RGB Variations
Color information
#63EED6 (or 0x63EED6) is known color: Aquamarine. HEX triplet: 63, EE and D6. RGB value is (99,238,214). Sum of RGB (Red+Green+Blue) = 99+238+214=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #63EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EED6 is #9C1129. Grayscale: #C1C1C1. Windows color (decimal): -10228010 or 14085731. OLE color: 14085731.
HSL color Cylindrical-coordinate representation of color #63EED6: hue angle of 169.64º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EED6 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 214 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.07 |
| HSL | 169.64º | 0.8% | 0.66% | - |
| HSV(B) | 169.64º | 0.58% | 0.93% | - |
| XYZ | 47.86 | 68.66 | 74.35 | - |
| YUV | 193.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 214 | 0.58 | 0 | 0.10 | 0.07 | 169.64 | 0.8 | 0.66 |
| Hex | 63 | EE | D6 | 3A | 0 | A | 7 | AA | 50 | 42 |
| Octal | 143 | 356 | 326 | 72 | 0 | 12 | 7 | 252 | 120 | 102 |
| Binary | 1100011 | 11101110 | 11010110 | 111010 | 0 | 1010 | 111 | 10101010 | 1010000 | 1000010 |
Color Harmonies of #63EED6
Complementary color
Monochromatic Colors of #63EED6
Black with #63EED6
Text Example
Text Example
White with #63EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EED6; }
p { color: rgb(99,238,214); }
H1.HeaderClassName
{
color: #63EED6;
}
.AnyTagClassName
{
color: #63EED6;
}
</style>
background-color css
<style>
a { background-color: #63EED6; }
a { background-color: rgb(99,238,214); }
div.DivClassName
{
background-color: #63EED6;
}
.BgClassName
{
background-color: #63EED6;
}
</style>
border-color css
<style>
span { border-color: #63EED6; }
span { border-color: rgb(99,238,214); }
td.TdClassName
{
border-color: #63EED6;
}
.TagClassName
{
border-color: #63EED6;
}
</style>