Shades of Aquamarine #63F8BA
Tints of Aquamarine #63F8BA
RGB
CMYK
RGB Variations
Color information
#63F8BA (or 0x63F8BA) is known color: Aquamarine. HEX triplet: 63, F8 and BA. RGB value is (99,248,186). Sum of RGB (Red+Green+Blue) = 99+248+186=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #63F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F8BA is #9C0745. Grayscale: #C4C4C4. Windows color (decimal): -10225478 or 12253283. OLE color: 12253283.
HSL color Cylindrical-coordinate representation of color #63F8BA: hue angle of 155.03º degrees, saturation: 0.91, 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 #63F8BA is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 248 | 186 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.03 |
| HSL | 155.03º | 0.91% | 0.68% | - |
| HSV(B) | 155.03º | 0.6% | 0.97% | - |
| XYZ | 47.58 | 73.33 | 58.1 | - |
| YUV | 196.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 248 | 186 | 0.60 | 0 | 0.25 | 0.03 | 155.03 | 0.91 | 0.68 |
| Hex | 63 | F8 | BA | 3C | 0 | 19 | 3 | 9B | 5B | 44 |
| Octal | 143 | 370 | 272 | 74 | 0 | 31 | 3 | 233 | 133 | 104 |
| Binary | 1100011 | 11111000 | 10111010 | 111100 | 0 | 11001 | 11 | 10011011 | 1011011 | 1000100 |
Color Harmonies of #63F8BA
Complementary color
Monochromatic Colors of #63F8BA
Black with #63F8BA
Text Example
Text Example
White with #63F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F8BA; }
p { color: rgb(99,248,186); }
H1.HeaderClassName
{
color: #63F8BA;
}
.AnyTagClassName
{
color: #63F8BA;
}
</style>
background-color css
<style>
a { background-color: #63F8BA; }
a { background-color: rgb(99,248,186); }
div.DivClassName
{
background-color: #63F8BA;
}
.BgClassName
{
background-color: #63F8BA;
}
</style>
border-color css
<style>
span { border-color: #63F8BA; }
span { border-color: rgb(99,248,186); }
td.TdClassName
{
border-color: #63F8BA;
}
.TagClassName
{
border-color: #63F8BA;
}
</style>