Shades of Aquamarine #63FFDF
Tints of Aquamarine #63FFDF
RGB
CMYK
RGB Variations
Color information
#63FFDF (or 0x63FFDF) is known color: Aquamarine. HEX triplet: 63, FF and DF. RGB value is (99,255,223). Sum of RGB (Red+Green+Blue) = 99+255+223=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFDF is #9C0020. Grayscale: #CCCCCC. Windows color (decimal): -10223649 or 14679907. OLE color: 14679907.
HSL color Cylindrical-coordinate representation of color #63FFDF: hue angle of 167.69º 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 #63FFDF is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 223 | - |
| CMYK | 0.61 | 0 | 0.13 | 0 |
| HSL | 167.69º | 1% | 0.69% | - |
| HSV(B) | 167.69º | 0.61% | 1% | - |
| XYZ | 54.22 | 79.5 | 82.3 | - |
| YUV | 204.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 223 | 0.61 | 0 | 0.13 | 0 | 167.69 | 1 | 0.69 |
| Hex | 63 | FF | DF | 3D | 0 | D | 0 | A8 | 64 | 45 |
| Octal | 143 | 377 | 337 | 75 | 0 | 15 | 0 | 250 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11011111 | 111101 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000101 |
Color Harmonies of #63FFDF
Complementary color
Monochromatic Colors of #63FFDF
Black with #63FFDF
Text Example
Text Example
White with #63FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFDF; }
p { color: rgb(99,255,223); }
H1.HeaderClassName
{
color: #63FFDF;
}
.AnyTagClassName
{
color: #63FFDF;
}
</style>
background-color css
<style>
a { background-color: #63FFDF; }
a { background-color: rgb(99,255,223); }
div.DivClassName
{
background-color: #63FFDF;
}
.BgClassName
{
background-color: #63FFDF;
}
</style>
border-color css
<style>
span { border-color: #63FFDF; }
span { border-color: rgb(99,255,223); }
td.TdClassName
{
border-color: #63FFDF;
}
.TagClassName
{
border-color: #63FFDF;
}
</style>