Shades of Aquamarine #63FAC2
Tints of Aquamarine #63FAC2
RGB
CMYK
RGB Variations
Color information
#63FAC2 (or 0x63FAC2) is known color: Aquamarine. HEX triplet: 63, FA and C2. RGB value is (99,250,194). Sum of RGB (Red+Green+Blue) = 99+250+194=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FAC2 is #9C053D. Grayscale: #C6C6C6. Windows color (decimal): -10224958 or 12778083. OLE color: 12778083.
HSL color Cylindrical-coordinate representation of color #63FAC2: hue angle of 157.75º 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 #63FAC2 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 194 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.02 |
| HSL | 157.75º | 0.94% | 0.68% | - |
| HSV(B) | 157.75º | 0.6% | 0.98% | - |
| XYZ | 49.07 | 74.92 | 62.91 | - |
| YUV | 198.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 194 | 0.60 | 0 | 0.22 | 0.02 | 157.75 | 0.94 | 0.68 |
| Hex | 63 | FA | C2 | 3C | 0 | 16 | 2 | 9E | 5E | 44 |
| Octal | 143 | 372 | 302 | 74 | 0 | 26 | 2 | 236 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11000010 | 111100 | 0 | 10110 | 10 | 10011110 | 1011110 | 1000100 |
Color Harmonies of #63FAC2
Complementary color
Monochromatic Colors of #63FAC2
Black with #63FAC2
Text Example
Text Example
White with #63FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAC2; }
p { color: rgb(99,250,194); }
H1.HeaderClassName
{
color: #63FAC2;
}
.AnyTagClassName
{
color: #63FAC2;
}
</style>
background-color css
<style>
a { background-color: #63FAC2; }
a { background-color: rgb(99,250,194); }
div.DivClassName
{
background-color: #63FAC2;
}
.BgClassName
{
background-color: #63FAC2;
}
</style>
border-color css
<style>
span { border-color: #63FAC2; }
span { border-color: rgb(99,250,194); }
td.TdClassName
{
border-color: #63FAC2;
}
.TagClassName
{
border-color: #63FAC2;
}
</style>