Shades of Aquamarine #63FEE0
Tints of Aquamarine #63FEE0
RGB
CMYK
RGB Variations
Color information
#63FEE0 (or 0x63FEE0) is known color: Aquamarine. HEX triplet: 63, FE and E0. RGB value is (99,254,224). Sum of RGB (Red+Green+Blue) = 99+254+224=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEE0 is #9C011F. Grayscale: #CCCCCC. Windows color (decimal): -10223904 or 14745187. OLE color: 14745187.
HSL color Cylindrical-coordinate representation of color #63FEE0: hue angle of 168.39º 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 #63FEE0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 224 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.00 |
| HSL | 168.39º | 0.99% | 0.69% | - |
| HSV(B) | 168.39º | 0.61% | 1% | - |
| XYZ | 54.04 | 78.92 | 82.91 | - |
| YUV | 204.24 | 139.15 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 224 | 0.61 | 0 | 0.12 | 0.00 | 168.39 | 0.99 | 0.69 |
| Hex | 63 | FE | E0 | 3D | 0 | C | 0 | A8 | 63 | 45 |
| Octal | 143 | 376 | 340 | 75 | 0 | 14 | 0 | 250 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11100000 | 111101 | 0 | 1100 | 0 | 10101000 | 1100011 | 1000101 |
Color Harmonies of #63FEE0
Complementary color
Monochromatic Colors of #63FEE0
Black with #63FEE0
Text Example
Text Example
White with #63FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEE0; }
p { color: rgb(99,254,224); }
H1.HeaderClassName
{
color: #63FEE0;
}
.AnyTagClassName
{
color: #63FEE0;
}
</style>
background-color css
<style>
a { background-color: #63FEE0; }
a { background-color: rgb(99,254,224); }
div.DivClassName
{
background-color: #63FEE0;
}
.BgClassName
{
background-color: #63FEE0;
}
</style>
border-color css
<style>
span { border-color: #63FEE0; }
span { border-color: rgb(99,254,224); }
td.TdClassName
{
border-color: #63FEE0;
}
.TagClassName
{
border-color: #63FEE0;
}
</style>