Shades of Aquamarine #63FDDD
Tints of Aquamarine #63FDDD
RGB
CMYK
RGB Variations
Color information
#63FDDD (or 0x63FDDD) is known color: Aquamarine. HEX triplet: 63, FD and DD. RGB value is (99,253,221). Sum of RGB (Red+Green+Blue) = 99+253+221=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FDDD is #9C0222. Grayscale: #CBCBCB. Windows color (decimal): -10224163 or 14548323. OLE color: 14548323.
HSL color Cylindrical-coordinate representation of color #63FDDD: hue angle of 167.53º 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 #63FDDD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 221 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.01 |
| HSL | 167.53º | 0.97% | 0.69% | - |
| HSV(B) | 167.53º | 0.61% | 0.99% | - |
| XYZ | 53.32 | 78.12 | 80.68 | - |
| YUV | 203.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 221 | 0.61 | 0 | 0.13 | 0.01 | 167.53 | 0.97 | 0.69 |
| Hex | 63 | FD | DD | 3D | 0 | D | 1 | A8 | 61 | 45 |
| Octal | 143 | 375 | 335 | 75 | 0 | 15 | 1 | 250 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11011101 | 111101 | 0 | 1101 | 1 | 10101000 | 1100001 | 1000101 |
Color Harmonies of #63FDDD
Complementary color
Monochromatic Colors of #63FDDD
Black with #63FDDD
Text Example
Text Example
White with #63FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDDD; }
p { color: rgb(99,253,221); }
H1.HeaderClassName
{
color: #63FDDD;
}
.AnyTagClassName
{
color: #63FDDD;
}
</style>
background-color css
<style>
a { background-color: #63FDDD; }
a { background-color: rgb(99,253,221); }
div.DivClassName
{
background-color: #63FDDD;
}
.BgClassName
{
background-color: #63FDDD;
}
</style>
border-color css
<style>
span { border-color: #63FDDD; }
span { border-color: rgb(99,253,221); }
td.TdClassName
{
border-color: #63FDDD;
}
.TagClassName
{
border-color: #63FDDD;
}
</style>