Shades of Aquamarine #63F0D5
Tints of Aquamarine #63F0D5
RGB
CMYK
RGB Variations
Color information
#63F0D5 (or 0x63F0D5) is known color: Aquamarine. HEX triplet: 63, F0 and D5. RGB value is (99,240,213). Sum of RGB (Red+Green+Blue) = 99+240+213=552 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.93% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0D5 is #9C0F2A. Grayscale: #C2C2C2. Windows color (decimal): -10227499 or 14020707. OLE color: 14020707.
HSL color Cylindrical-coordinate representation of color #63F0D5: hue angle of 168.51º 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 #63F0D5 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 213 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.06 |
| HSL | 168.51º | 0.82% | 0.66% | - |
| HSV(B) | 168.51º | 0.59% | 0.94% | - |
| XYZ | 48.32 | 69.78 | 73.87 | - |
| YUV | 194.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 213 | 0.59 | 0 | 0.11 | 0.06 | 168.51 | 0.82 | 0.66 |
| Hex | 63 | F0 | D5 | 3B | 0 | B | 6 | A9 | 52 | 42 |
| Octal | 143 | 360 | 325 | 73 | 0 | 13 | 6 | 251 | 122 | 102 |
| Binary | 1100011 | 11110000 | 11010101 | 111011 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000010 |
Color Harmonies of #63F0D5
Complementary color
Monochromatic Colors of #63F0D5
Black with #63F0D5
Text Example
Text Example
White with #63F0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0D5; }
p { color: rgb(99,240,213); }
H1.HeaderClassName
{
color: #63F0D5;
}
.AnyTagClassName
{
color: #63F0D5;
}
</style>
background-color css
<style>
a { background-color: #63F0D5; }
a { background-color: rgb(99,240,213); }
div.DivClassName
{
background-color: #63F0D5;
}
.BgClassName
{
background-color: #63F0D5;
}
</style>
border-color css
<style>
span { border-color: #63F0D5; }
span { border-color: rgb(99,240,213); }
td.TdClassName
{
border-color: #63F0D5;
}
.TagClassName
{
border-color: #63F0D5;
}
</style>