Shades of Aquamarine #63FFC1
Tints of Aquamarine #63FFC1
RGB
CMYK
RGB Variations
Color information
#63FFC1 (or 0x63FFC1) is known color: Aquamarine. HEX triplet: 63, FF and C1. RGB value is (99,255,193). Sum of RGB (Red+Green+Blue) = 99+255+193=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFC1 is #9C003E. Grayscale: #C9C9C9. Windows color (decimal): -10223679 or 12713827. OLE color: 12713827.
HSL color Cylindrical-coordinate representation of color #63FFC1: hue angle of 156.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFC1 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 193 | - |
| CMYK | 0.61 | 0 | 0.24 | 0 |
| HSL | 156.15º | 1% | 0.69% | - |
| HSV(B) | 156.15º | 0.61% | 1% | - |
| XYZ | 50.53 | 78.02 | 62.85 | - |
| YUV | 201.29 | 123.32 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 193 | 0.61 | 0 | 0.24 | 0 | 156.15 | 1 | 0.69 |
| Hex | 63 | FF | C1 | 3D | 0 | 18 | 0 | 9C | 64 | 45 |
| Octal | 143 | 377 | 301 | 75 | 0 | 30 | 0 | 234 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11000001 | 111101 | 0 | 11000 | 0 | 10011100 | 1100100 | 1000101 |
Color Harmonies of #63FFC1
Complementary color
Monochromatic Colors of #63FFC1
Black with #63FFC1
Text Example
Text Example
White with #63FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFC1; }
p { color: rgb(99,255,193); }
H1.HeaderClassName
{
color: #63FFC1;
}
.AnyTagClassName
{
color: #63FFC1;
}
</style>
background-color css
<style>
a { background-color: #63FFC1; }
a { background-color: rgb(99,255,193); }
div.DivClassName
{
background-color: #63FFC1;
}
.BgClassName
{
background-color: #63FFC1;
}
</style>
border-color css
<style>
span { border-color: #63FFC1; }
span { border-color: rgb(99,255,193); }
td.TdClassName
{
border-color: #63FFC1;
}
.TagClassName
{
border-color: #63FFC1;
}
</style>