Shades of Aquamarine #63FAC0
Tints of Aquamarine #63FAC0
RGB
CMYK
RGB Variations
Color information
#63FAC0 (or 0x63FAC0) is known color: Aquamarine. HEX triplet: 63, FA and C0. RGB value is (99,250,192). Sum of RGB (Red+Green+Blue) = 99+250+192=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAC0 is #9C053F. Grayscale: #C6C6C6. Windows color (decimal): -10224960 or 12647011. OLE color: 12647011.
HSL color Cylindrical-coordinate representation of color #63FAC0: hue angle of 156.95º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAC0 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 192 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 156.95º | 0.94% | 0.68% | - |
| HSV(B) | 156.95º | 0.6% | 0.98% | - |
| XYZ | 48.85 | 74.83 | 61.74 | - |
| YUV | 198.24 | 124.47 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 192 | 0.60 | 0 | 0.23 | 0.02 | 156.95 | 0.94 | 0.68 |
| Hex | 63 | FA | C0 | 3C | 0 | 17 | 2 | 9D | 5E | 44 |
| Octal | 143 | 372 | 300 | 74 | 0 | 27 | 2 | 235 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11000000 | 111100 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000100 |
Color Harmonies of #63FAC0
Complementary color
Monochromatic Colors of #63FAC0
Black with #63FAC0
Text Example
Text Example
White with #63FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAC0; }
p { color: rgb(99,250,192); }
H1.HeaderClassName
{
color: #63FAC0;
}
.AnyTagClassName
{
color: #63FAC0;
}
</style>
background-color css
<style>
a { background-color: #63FAC0; }
a { background-color: rgb(99,250,192); }
div.DivClassName
{
background-color: #63FAC0;
}
.BgClassName
{
background-color: #63FAC0;
}
</style>
border-color css
<style>
span { border-color: #63FAC0; }
span { border-color: rgb(99,250,192); }
td.TdClassName
{
border-color: #63FAC0;
}
.TagClassName
{
border-color: #63FAC0;
}
</style>