Shades of Aquamarine #63F7DB
Tints of Aquamarine #63F7DB
RGB
CMYK
RGB Variations
Color information
#63F7DB (or 0x63F7DB) is known color: Aquamarine. HEX triplet: 63, F7 and DB. RGB value is (99,247,219). Sum of RGB (Red+Green+Blue) = 99+247+219=565 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.52% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #63F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F7DB is #9C0824. Grayscale: #C7C7C7. Windows color (decimal): -10225701 or 14415715. OLE color: 14415715.
HSL color Cylindrical-coordinate representation of color #63F7DB: hue angle of 168.65º 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 #63F7DB is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 247 | 219 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.03 |
| HSL | 168.65º | 0.9% | 0.68% | - |
| HSV(B) | 168.65º | 0.6% | 0.97% | - |
| XYZ | 51.19 | 74.29 | 78.66 | - |
| YUV | 199.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 247 | 219 | 0.60 | 0 | 0.11 | 0.03 | 168.65 | 0.9 | 0.68 |
| Hex | 63 | F7 | DB | 3C | 0 | B | 3 | A9 | 5A | 44 |
| Octal | 143 | 367 | 333 | 74 | 0 | 13 | 3 | 251 | 132 | 104 |
| Binary | 1100011 | 11110111 | 11011011 | 111100 | 0 | 1011 | 11 | 10101001 | 1011010 | 1000100 |
Color Harmonies of #63F7DB
Complementary color
Monochromatic Colors of #63F7DB
Black with #63F7DB
Text Example
Text Example
White with #63F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F7DB; }
p { color: rgb(99,247,219); }
H1.HeaderClassName
{
color: #63F7DB;
}
.AnyTagClassName
{
color: #63F7DB;
}
</style>
background-color css
<style>
a { background-color: #63F7DB; }
a { background-color: rgb(99,247,219); }
div.DivClassName
{
background-color: #63F7DB;
}
.BgClassName
{
background-color: #63F7DB;
}
</style>
border-color css
<style>
span { border-color: #63F7DB; }
span { border-color: rgb(99,247,219); }
td.TdClassName
{
border-color: #63F7DB;
}
.TagClassName
{
border-color: #63F7DB;
}
</style>