Shades of Aquamarine #63F7BD
Tints of Aquamarine #63F7BD
RGB
CMYK
RGB Variations
Color information
#63F7BD (or 0x63F7BD) is known color: Aquamarine. HEX triplet: 63, F7 and BD. RGB value is (99,247,189). Sum of RGB (Red+Green+Blue) = 99+247+189=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #63F7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F7BD is #9C0842. Grayscale: #C4C4C4. Windows color (decimal): -10225731 or 12449635. OLE color: 12449635.
HSL color Cylindrical-coordinate representation of color #63F7BD: hue angle of 156.49º 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 #63F7BD is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 247 | 189 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.03 |
| HSL | 156.49º | 0.9% | 0.68% | - |
| HSV(B) | 156.49º | 0.6% | 0.97% | - |
| XYZ | 47.59 | 72.85 | 59.7 | - |
| YUV | 196.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 247 | 189 | 0.60 | 0 | 0.23 | 0.03 | 156.49 | 0.9 | 0.68 |
| Hex | 63 | F7 | BD | 3C | 0 | 17 | 3 | 9C | 5A | 44 |
| Octal | 143 | 367 | 275 | 74 | 0 | 27 | 3 | 234 | 132 | 104 |
| Binary | 1100011 | 11110111 | 10111101 | 111100 | 0 | 10111 | 11 | 10011100 | 1011010 | 1000100 |
Color Harmonies of #63F7BD
Complementary color
Monochromatic Colors of #63F7BD
Black with #63F7BD
Text Example
Text Example
White with #63F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F7BD; }
p { color: rgb(99,247,189); }
H1.HeaderClassName
{
color: #63F7BD;
}
.AnyTagClassName
{
color: #63F7BD;
}
</style>
background-color css
<style>
a { background-color: #63F7BD; }
a { background-color: rgb(99,247,189); }
div.DivClassName
{
background-color: #63F7BD;
}
.BgClassName
{
background-color: #63F7BD;
}
</style>
border-color css
<style>
span { border-color: #63F7BD; }
span { border-color: rgb(99,247,189); }
td.TdClassName
{
border-color: #63F7BD;
}
.TagClassName
{
border-color: #63F7BD;
}
</style>