Shades of Aquamarine #63FEDC
Tints of Aquamarine #63FEDC
RGB
CMYK
RGB Variations
Color information
#63FEDC (or 0x63FEDC) is known color: Aquamarine. HEX triplet: 63, FE and DC. RGB value is (99,254,220). Sum of RGB (Red+Green+Blue) = 99+254+220=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEDC is #9C0123. Grayscale: #CBCBCB. Windows color (decimal): -10223908 or 14483043. OLE color: 14483043.
HSL color Cylindrical-coordinate representation of color #63FEDC: hue angle of 166.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FEDC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 220 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.00 |
| HSL | 166.84º | 0.99% | 0.69% | - |
| HSV(B) | 166.84º | 0.61% | 1% | - |
| XYZ | 53.51 | 78.7 | 80.08 | - |
| YUV | 203.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 220 | 0.61 | 0 | 0.13 | 0.00 | 166.84 | 0.99 | 0.69 |
| Hex | 63 | FE | DC | 3D | 0 | D | 0 | A7 | 63 | 45 |
| Octal | 143 | 376 | 334 | 75 | 0 | 15 | 0 | 247 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11011100 | 111101 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #63FEDC
Complementary color
Monochromatic Colors of #63FEDC
Black with #63FEDC
Text Example
Text Example
White with #63FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEDC; }
p { color: rgb(99,254,220); }
H1.HeaderClassName
{
color: #63FEDC;
}
.AnyTagClassName
{
color: #63FEDC;
}
</style>
background-color css
<style>
a { background-color: #63FEDC; }
a { background-color: rgb(99,254,220); }
div.DivClassName
{
background-color: #63FEDC;
}
.BgClassName
{
background-color: #63FEDC;
}
</style>
border-color css
<style>
span { border-color: #63FEDC; }
span { border-color: rgb(99,254,220); }
td.TdClassName
{
border-color: #63FEDC;
}
.TagClassName
{
border-color: #63FEDC;
}
</style>