Shades of Aquamarine #63FCD7
Tints of Aquamarine #63FCD7
RGB
CMYK
RGB Variations
Color information
#63FCD7 (or 0x63FCD7) is known color: Aquamarine. HEX triplet: 63, FC and D7. RGB value is (99,252,215). Sum of RGB (Red+Green+Blue) = 99+252+215=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCD7 is #9C0328. Grayscale: #CACACA. Windows color (decimal): -10224425 or 14154851. OLE color: 14154851.
HSL color Cylindrical-coordinate representation of color #63FCD7: hue angle of 165.49º 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 #63FCD7 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 215 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.01 |
| HSL | 165.49º | 0.96% | 0.69% | - |
| HSV(B) | 165.49º | 0.61% | 0.99% | - |
| XYZ | 52.22 | 77.18 | 76.43 | - |
| YUV | 202.04 | 135.31 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 215 | 0.61 | 0 | 0.15 | 0.01 | 165.49 | 0.96 | 0.69 |
| Hex | 63 | FC | D7 | 3D | 0 | F | 1 | A5 | 60 | 45 |
| Octal | 143 | 374 | 327 | 75 | 0 | 17 | 1 | 245 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11010111 | 111101 | 0 | 1111 | 1 | 10100101 | 1100000 | 1000101 |
Color Harmonies of #63FCD7
Complementary color
Monochromatic Colors of #63FCD7
Black with #63FCD7
Text Example
Text Example
White with #63FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCD7; }
p { color: rgb(99,252,215); }
H1.HeaderClassName
{
color: #63FCD7;
}
.AnyTagClassName
{
color: #63FCD7;
}
</style>
background-color css
<style>
a { background-color: #63FCD7; }
a { background-color: rgb(99,252,215); }
div.DivClassName
{
background-color: #63FCD7;
}
.BgClassName
{
background-color: #63FCD7;
}
</style>
border-color css
<style>
span { border-color: #63FCD7; }
span { border-color: rgb(99,252,215); }
td.TdClassName
{
border-color: #63FCD7;
}
.TagClassName
{
border-color: #63FCD7;
}
</style>