Shades of Aquamarine #63FFAE
Tints of Aquamarine #63FFAE
RGB
CMYK
RGB Variations
Color information
#63FFAE (or 0x63FFAE) is known color: Aquamarine. HEX triplet: 63, FF and AE. RGB value is (99,255,174). Sum of RGB (Red+Green+Blue) = 99+255+174=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63FFAE is #9C0051. Grayscale: #C7C7C7. Windows color (decimal): -10223698 or 11468643. OLE color: 11468643.
HSL color Cylindrical-coordinate representation of color #63FFAE: hue angle of 148.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFAE is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 174 | - |
| CMYK | 0.61 | 0 | 0.32 | 0 |
| HSL | 148.85º | 1% | 0.69% | - |
| HSV(B) | 148.85º | 0.61% | 1% | - |
| XYZ | 48.55 | 77.23 | 52.39 | - |
| YUV | 199.12 | 113.82 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 174 | 0.61 | 0 | 0.32 | 0 | 148.85 | 1 | 0.69 |
| Hex | 63 | FF | AE | 3D | 0 | 20 | 0 | 95 | 64 | 45 |
| Octal | 143 | 377 | 256 | 75 | 0 | 40 | 0 | 225 | 144 | 105 |
| Binary | 1100011 | 11111111 | 10101110 | 111101 | 0 | 100000 | 0 | 10010101 | 1100100 | 1000101 |
Color Harmonies of #63FFAE
Complementary color
Monochromatic Colors of #63FFAE
Black with #63FFAE
Text Example
Text Example
White with #63FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFAE; }
p { color: rgb(99,255,174); }
H1.HeaderClassName
{
color: #63FFAE;
}
.AnyTagClassName
{
color: #63FFAE;
}
</style>
background-color css
<style>
a { background-color: #63FFAE; }
a { background-color: rgb(99,255,174); }
div.DivClassName
{
background-color: #63FFAE;
}
.BgClassName
{
background-color: #63FFAE;
}
</style>
border-color css
<style>
span { border-color: #63FFAE; }
span { border-color: rgb(99,255,174); }
td.TdClassName
{
border-color: #63FFAE;
}
.TagClassName
{
border-color: #63FFAE;
}
</style>