Shades of Aquamarine #63FAC3
Tints of Aquamarine #63FAC3
RGB
CMYK
RGB Variations
Color information
#63FAC3 (or 0x63FAC3) is known color: Aquamarine. HEX triplet: 63, FA and C3. RGB value is (99,250,195). Sum of RGB (Red+Green+Blue) = 99+250+195=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAC3 is #9C053C. Grayscale: #C6C6C6. Windows color (decimal): -10224957 or 12843619. OLE color: 12843619.
HSL color Cylindrical-coordinate representation of color #63FAC3: hue angle of 158.15º 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 #63FAC3 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 195 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.02 |
| HSL | 158.15º | 0.94% | 0.68% | - |
| HSV(B) | 158.15º | 0.6% | 0.98% | - |
| XYZ | 49.18 | 74.96 | 63.51 | - |
| YUV | 198.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 195 | 0.60 | 0 | 0.22 | 0.02 | 158.15 | 0.94 | 0.68 |
| Hex | 63 | FA | C3 | 3C | 0 | 16 | 2 | 9E | 5E | 44 |
| Octal | 143 | 372 | 303 | 74 | 0 | 26 | 2 | 236 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11000011 | 111100 | 0 | 10110 | 10 | 10011110 | 1011110 | 1000100 |
Color Harmonies of #63FAC3
Complementary color
Monochromatic Colors of #63FAC3
Black with #63FAC3
Text Example
Text Example
White with #63FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAC3; }
p { color: rgb(99,250,195); }
H1.HeaderClassName
{
color: #63FAC3;
}
.AnyTagClassName
{
color: #63FAC3;
}
</style>
background-color css
<style>
a { background-color: #63FAC3; }
a { background-color: rgb(99,250,195); }
div.DivClassName
{
background-color: #63FAC3;
}
.BgClassName
{
background-color: #63FAC3;
}
</style>
border-color css
<style>
span { border-color: #63FAC3; }
span { border-color: rgb(99,250,195); }
td.TdClassName
{
border-color: #63FAC3;
}
.TagClassName
{
border-color: #63FAC3;
}
</style>