Shades of Aquamarine #63F7DC
Tints of Aquamarine #63F7DC
RGB
CMYK
RGB Variations
Color information
#63F7DC (or 0x63F7DC) is known color: Aquamarine. HEX triplet: 63, F7 and DC. RGB value is (99,247,220). Sum of RGB (Red+Green+Blue) = 99+247+220=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #63F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F7DC is #9C0823. Grayscale: #C7C7C7. Windows color (decimal): -10225700 or 14481251. OLE color: 14481251.
HSL color Cylindrical-coordinate representation of color #63F7DC: hue angle of 169.05º degrees, saturation: 0.9, 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 #63F7DC is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 247 | 220 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.03 |
| HSL | 169.05º | 0.9% | 0.68% | - |
| HSV(B) | 169.05º | 0.6% | 0.97% | - |
| XYZ | 51.32 | 74.34 | 79.35 | - |
| YUV | 199.67 | 139.47 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 247 | 220 | 0.60 | 0 | 0.11 | 0.03 | 169.05 | 0.9 | 0.68 |
| Hex | 63 | F7 | DC | 3C | 0 | B | 3 | A9 | 5A | 44 |
| Octal | 143 | 367 | 334 | 74 | 0 | 13 | 3 | 251 | 132 | 104 |
| Binary | 1100011 | 11110111 | 11011100 | 111100 | 0 | 1011 | 11 | 10101001 | 1011010 | 1000100 |
Color Harmonies of #63F7DC
Complementary color
Monochromatic Colors of #63F7DC
Black with #63F7DC
Text Example
Text Example
White with #63F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F7DC; }
p { color: rgb(99,247,220); }
H1.HeaderClassName
{
color: #63F7DC;
}
.AnyTagClassName
{
color: #63F7DC;
}
</style>
background-color css
<style>
a { background-color: #63F7DC; }
a { background-color: rgb(99,247,220); }
div.DivClassName
{
background-color: #63F7DC;
}
.BgClassName
{
background-color: #63F7DC;
}
</style>
border-color css
<style>
span { border-color: #63F7DC; }
span { border-color: rgb(99,247,220); }
td.TdClassName
{
border-color: #63F7DC;
}
.TagClassName
{
border-color: #63F7DC;
}
</style>