Shades of Aquamarine #63FCDA
Tints of Aquamarine #63FCDA
RGB
CMYK
RGB Variations
Color information
#63FCDA (or 0x63FCDA) is known color: Aquamarine. HEX triplet: 63, FC and DA. RGB value is (99,252,218). Sum of RGB (Red+Green+Blue) = 99+252+218=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCDA is #9C0325. Grayscale: #CACACA. Windows color (decimal): -10224422 or 14351459. OLE color: 14351459.
HSL color Cylindrical-coordinate representation of color #63FCDA: hue angle of 166.67º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FCDA is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 218 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.01 |
| HSL | 166.67º | 0.96% | 0.69% | - |
| HSV(B) | 166.67º | 0.61% | 0.99% | - |
| XYZ | 52.61 | 77.34 | 78.48 | - |
| YUV | 202.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 218 | 0.61 | 0 | 0.13 | 0.01 | 166.67 | 0.96 | 0.69 |
| Hex | 63 | FC | DA | 3D | 0 | D | 1 | A7 | 60 | 45 |
| Octal | 143 | 374 | 332 | 75 | 0 | 15 | 1 | 247 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11011010 | 111101 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000101 |
Color Harmonies of #63FCDA
Complementary color
Monochromatic Colors of #63FCDA
Black with #63FCDA
Text Example
Text Example
White with #63FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCDA; }
p { color: rgb(99,252,218); }
H1.HeaderClassName
{
color: #63FCDA;
}
.AnyTagClassName
{
color: #63FCDA;
}
</style>
background-color css
<style>
a { background-color: #63FCDA; }
a { background-color: rgb(99,252,218); }
div.DivClassName
{
background-color: #63FCDA;
}
.BgClassName
{
background-color: #63FCDA;
}
</style>
border-color css
<style>
span { border-color: #63FCDA; }
span { border-color: rgb(99,252,218); }
td.TdClassName
{
border-color: #63FCDA;
}
.TagClassName
{
border-color: #63FCDA;
}
</style>