Shades of Aquamarine #63FACB
Tints of Aquamarine #63FACB
RGB
CMYK
RGB Variations
Color information
#63FACB (or 0x63FACB) is known color: Aquamarine. HEX triplet: 63, FA and CB. RGB value is (99,250,203). Sum of RGB (Red+Green+Blue) = 99+250+203=552 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.93% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #63FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FACB is #9C0534. Grayscale: #C7C7C7. Windows color (decimal): -10224949 or 13367907. OLE color: 13367907.
HSL color Cylindrical-coordinate representation of color #63FACB: hue angle of 161.32º 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 #63FACB is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 203 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.02 |
| HSL | 161.32º | 0.94% | 0.68% | - |
| HSV(B) | 161.32º | 0.6% | 0.98% | - |
| XYZ | 50.11 | 75.34 | 68.4 | - |
| YUV | 199.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 203 | 0.60 | 0 | 0.19 | 0.02 | 161.32 | 0.94 | 0.68 |
| Hex | 63 | FA | CB | 3C | 0 | 13 | 2 | A1 | 5E | 44 |
| Octal | 143 | 372 | 313 | 74 | 0 | 23 | 2 | 241 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11001011 | 111100 | 0 | 10011 | 10 | 10100001 | 1011110 | 1000100 |
Color Harmonies of #63FACB
Complementary color
Monochromatic Colors of #63FACB
Black with #63FACB
Text Example
Text Example
White with #63FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FACB; }
p { color: rgb(99,250,203); }
H1.HeaderClassName
{
color: #63FACB;
}
.AnyTagClassName
{
color: #63FACB;
}
</style>
background-color css
<style>
a { background-color: #63FACB; }
a { background-color: rgb(99,250,203); }
div.DivClassName
{
background-color: #63FACB;
}
.BgClassName
{
background-color: #63FACB;
}
</style>
border-color css
<style>
span { border-color: #63FACB; }
span { border-color: rgb(99,250,203); }
td.TdClassName
{
border-color: #63FACB;
}
.TagClassName
{
border-color: #63FACB;
}
</style>