Shades of Aquamarine #63F0D1
Tints of Aquamarine #63F0D1
RGB
CMYK
RGB Variations
Color information
#63F0D1 (or 0x63F0D1) is known color: Aquamarine. HEX triplet: 63, F0 and D1. RGB value is (99,240,209). Sum of RGB (Red+Green+Blue) = 99+240+209=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0D1 is #9C0F2E. Grayscale: #C2C2C2. Windows color (decimal): -10227503 or 13758563. OLE color: 13758563.
HSL color Cylindrical-coordinate representation of color #63F0D1: hue angle of 166.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F0D1 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 209 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.06 |
| HSL | 166.81º | 0.82% | 0.66% | - |
| HSV(B) | 166.81º | 0.59% | 0.94% | - |
| XYZ | 47.81 | 69.58 | 71.23 | - |
| YUV | 194.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 209 | 0.59 | 0 | 0.13 | 0.06 | 166.81 | 0.82 | 0.66 |
| Hex | 63 | F0 | D1 | 3B | 0 | D | 6 | A7 | 52 | 42 |
| Octal | 143 | 360 | 321 | 73 | 0 | 15 | 6 | 247 | 122 | 102 |
| Binary | 1100011 | 11110000 | 11010001 | 111011 | 0 | 1101 | 110 | 10100111 | 1010010 | 1000010 |
Color Harmonies of #63F0D1
Complementary color
Monochromatic Colors of #63F0D1
Black with #63F0D1
Text Example
Text Example
White with #63F0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0D1; }
p { color: rgb(99,240,209); }
H1.HeaderClassName
{
color: #63F0D1;
}
.AnyTagClassName
{
color: #63F0D1;
}
</style>
background-color css
<style>
a { background-color: #63F0D1; }
a { background-color: rgb(99,240,209); }
div.DivClassName
{
background-color: #63F0D1;
}
.BgClassName
{
background-color: #63F0D1;
}
</style>
border-color css
<style>
span { border-color: #63F0D1; }
span { border-color: rgb(99,240,209); }
td.TdClassName
{
border-color: #63F0D1;
}
.TagClassName
{
border-color: #63F0D1;
}
</style>