Shades of Aquamarine #63F7D0
Tints of Aquamarine #63F7D0
RGB
CMYK
RGB Variations
Color information
#63F7D0 (or 0x63F7D0) is known color: Aquamarine. HEX triplet: 63, F7 and D0. RGB value is (99,247,208). Sum of RGB (Red+Green+Blue) = 99+247+208=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #63F7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F7D0 is #9C082F. Grayscale: #C6C6C6. Windows color (decimal): -10225712 or 13694819. OLE color: 13694819.
HSL color Cylindrical-coordinate representation of color #63F7D0: hue angle of 164.19º 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 #63F7D0 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 247 | 208 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.03 |
| HSL | 164.19º | 0.9% | 0.68% | - |
| HSV(B) | 164.19º | 0.6% | 0.97% | - |
| XYZ | 49.79 | 73.73 | 71.28 | - |
| YUV | 198.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 247 | 208 | 0.60 | 0 | 0.16 | 0.03 | 164.19 | 0.9 | 0.68 |
| Hex | 63 | F7 | D0 | 3C | 0 | 10 | 3 | A4 | 5A | 44 |
| Octal | 143 | 367 | 320 | 74 | 0 | 20 | 3 | 244 | 132 | 104 |
| Binary | 1100011 | 11110111 | 11010000 | 111100 | 0 | 10000 | 11 | 10100100 | 1011010 | 1000100 |
Color Harmonies of #63F7D0
Complementary color
Monochromatic Colors of #63F7D0
Black with #63F7D0
Text Example
Text Example
White with #63F7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F7D0; }
p { color: rgb(99,247,208); }
H1.HeaderClassName
{
color: #63F7D0;
}
.AnyTagClassName
{
color: #63F7D0;
}
</style>
background-color css
<style>
a { background-color: #63F7D0; }
a { background-color: rgb(99,247,208); }
div.DivClassName
{
background-color: #63F7D0;
}
.BgClassName
{
background-color: #63F7D0;
}
</style>
border-color css
<style>
span { border-color: #63F7D0; }
span { border-color: rgb(99,247,208); }
td.TdClassName
{
border-color: #63F7D0;
}
.TagClassName
{
border-color: #63F7D0;
}
</style>