Shades of Aquamarine #63F8DF
Tints of Aquamarine #63F8DF
RGB
CMYK
RGB Variations
Color information
#63F8DF (or 0x63F8DF) is known color: Aquamarine. HEX triplet: 63, F8 and DF. RGB value is (99,248,223). Sum of RGB (Red+Green+Blue) = 99+248+223=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #63F8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F8DF is #9C0720. Grayscale: #C8C8C8. Windows color (decimal): -10225441 or 14678115. OLE color: 14678115.
HSL color Cylindrical-coordinate representation of color #63F8DF: hue angle of 169.93º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F8DF is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 248 | 223 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.03 |
| HSL | 169.93º | 0.91% | 0.68% | - |
| HSV(B) | 169.93º | 0.6% | 0.97% | - |
| XYZ | 52.03 | 75.12 | 81.57 | - |
| YUV | 200.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 248 | 223 | 0.60 | 0 | 0.10 | 0.03 | 169.93 | 0.91 | 0.68 |
| Hex | 63 | F8 | DF | 3C | 0 | A | 3 | AA | 5B | 44 |
| Octal | 143 | 370 | 337 | 74 | 0 | 12 | 3 | 252 | 133 | 104 |
| Binary | 1100011 | 11111000 | 11011111 | 111100 | 0 | 1010 | 11 | 10101010 | 1011011 | 1000100 |
Color Harmonies of #63F8DF
Complementary color
Monochromatic Colors of #63F8DF
Black with #63F8DF
Text Example
Text Example
White with #63F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F8DF; }
p { color: rgb(99,248,223); }
H1.HeaderClassName
{
color: #63F8DF;
}
.AnyTagClassName
{
color: #63F8DF;
}
</style>
background-color css
<style>
a { background-color: #63F8DF; }
a { background-color: rgb(99,248,223); }
div.DivClassName
{
background-color: #63F8DF;
}
.BgClassName
{
background-color: #63F8DF;
}
</style>
border-color css
<style>
span { border-color: #63F8DF; }
span { border-color: rgb(99,248,223); }
td.TdClassName
{
border-color: #63F8DF;
}
.TagClassName
{
border-color: #63F8DF;
}
</style>