Shades of Aquamarine #63FFC0
Tints of Aquamarine #63FFC0
RGB
CMYK
RGB Variations
Color information
#63FFC0 (or 0x63FFC0) is known color: Aquamarine. HEX triplet: 63, FF and C0. RGB value is (99,255,192). Sum of RGB (Red+Green+Blue) = 99+255+192=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFC0 is #9C003F. Grayscale: #C9C9C9. Windows color (decimal): -10223680 or 12648291. OLE color: 12648291.
HSL color Cylindrical-coordinate representation of color #63FFC0: hue angle of 155.77º 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 #63FFC0 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 192 | - |
| CMYK | 0.61 | 0 | 0.25 | 0 |
| HSL | 155.77º | 1% | 0.69% | - |
| HSV(B) | 155.77º | 0.61% | 1% | - |
| XYZ | 50.42 | 77.98 | 62.26 | - |
| YUV | 201.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 192 | 0.61 | 0 | 0.25 | 0 | 155.77 | 1 | 0.69 |
| Hex | 63 | FF | C0 | 3D | 0 | 19 | 0 | 9C | 64 | 45 |
| Octal | 143 | 377 | 300 | 75 | 0 | 31 | 0 | 234 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11000000 | 111101 | 0 | 11001 | 0 | 10011100 | 1100100 | 1000101 |
Color Harmonies of #63FFC0
Complementary color
Monochromatic Colors of #63FFC0
Black with #63FFC0
Text Example
Text Example
White with #63FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFC0; }
p { color: rgb(99,255,192); }
H1.HeaderClassName
{
color: #63FFC0;
}
.AnyTagClassName
{
color: #63FFC0;
}
</style>
background-color css
<style>
a { background-color: #63FFC0; }
a { background-color: rgb(99,255,192); }
div.DivClassName
{
background-color: #63FFC0;
}
.BgClassName
{
background-color: #63FFC0;
}
</style>
border-color css
<style>
span { border-color: #63FFC0; }
span { border-color: rgb(99,255,192); }
td.TdClassName
{
border-color: #63FFC0;
}
.TagClassName
{
border-color: #63FFC0;
}
</style>