Shades of Aquamarine #63FDD8
Tints of Aquamarine #63FDD8
RGB
CMYK
RGB Variations
Color information
#63FDD8 (or 0x63FDD8) is known color: Aquamarine. HEX triplet: 63, FD and D8. RGB value is (99,253,216). Sum of RGB (Red+Green+Blue) = 99+253+216=568 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.43% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FDD8 is #9C0227. Grayscale: #CACACA. Windows color (decimal): -10224168 or 14220643. OLE color: 14220643.
HSL color Cylindrical-coordinate representation of color #63FDD8: hue angle of 165.58º degrees, saturation: 0.97, 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 #63FDD8 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 216 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.01 |
| HSL | 165.58º | 0.97% | 0.69% | - |
| HSV(B) | 165.58º | 0.61% | 0.99% | - |
| XYZ | 52.67 | 77.86 | 77.22 | - |
| YUV | 202.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 216 | 0.61 | 0 | 0.15 | 0.01 | 165.58 | 0.97 | 0.69 |
| Hex | 63 | FD | D8 | 3D | 0 | F | 1 | A6 | 61 | 45 |
| Octal | 143 | 375 | 330 | 75 | 0 | 17 | 1 | 246 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11011000 | 111101 | 0 | 1111 | 1 | 10100110 | 1100001 | 1000101 |
Color Harmonies of #63FDD8
Complementary color
Monochromatic Colors of #63FDD8
Black with #63FDD8
Text Example
Text Example
White with #63FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDD8; }
p { color: rgb(99,253,216); }
H1.HeaderClassName
{
color: #63FDD8;
}
.AnyTagClassName
{
color: #63FDD8;
}
</style>
background-color css
<style>
a { background-color: #63FDD8; }
a { background-color: rgb(99,253,216); }
div.DivClassName
{
background-color: #63FDD8;
}
.BgClassName
{
background-color: #63FDD8;
}
</style>
border-color css
<style>
span { border-color: #63FDD8; }
span { border-color: rgb(99,253,216); }
td.TdClassName
{
border-color: #63FDD8;
}
.TagClassName
{
border-color: #63FDD8;
}
</style>