Shades of Medium Aquamarine #63C4A8
Tints of Medium Aquamarine #63C4A8
RGB
CMYK
RGB Variations
Color information
#63C4A8 (or 0x63C4A8) is known color: Medium Aquamarine. HEX triplet: 63, C4 and A8. RGB value is (99,196,168). Sum of RGB (Red+Green+Blue) = 99+196+168=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #63C4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C4A8 is #9C3B57. Grayscale: #A3A3A3. Windows color (decimal): -10238808 or 11060323. OLE color: 11060323.
HSL color Cylindrical-coordinate representation of color #63C4A8: hue angle of 162.68º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C4A8 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 196 | 168 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.23 |
| HSL | 162.68º | 0.45% | 0.58% | - |
| HSV(B) | 162.68º | 0.49% | 0.77% | - |
| XYZ | 31.95 | 44.96 | 44.04 | - |
| YUV | 163.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 196 | 168 | 0.49 | 0 | 0.14 | 0.23 | 162.68 | 0.45 | 0.58 |
| Hex | 63 | C4 | A8 | 31 | 0 | E | 17 | A3 | 2D | 3A |
| Octal | 143 | 304 | 250 | 61 | 0 | 16 | 27 | 243 | 55 | 72 |
| Binary | 1100011 | 11000100 | 10101000 | 110001 | 0 | 1110 | 10111 | 10100011 | 101101 | 111010 |
Color Harmonies of #63C4A8
Complementary color
Monochromatic Colors of #63C4A8
Black with #63C4A8
Text Example
Text Example
White with #63C4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C4A8; }
p { color: rgb(99,196,168); }
H1.HeaderClassName
{
color: #63C4A8;
}
.AnyTagClassName
{
color: #63C4A8;
}
</style>
background-color css
<style>
a { background-color: #63C4A8; }
a { background-color: rgb(99,196,168); }
div.DivClassName
{
background-color: #63C4A8;
}
.BgClassName
{
background-color: #63C4A8;
}
</style>
border-color css
<style>
span { border-color: #63C4A8; }
span { border-color: rgb(99,196,168); }
td.TdClassName
{
border-color: #63C4A8;
}
.TagClassName
{
border-color: #63C4A8;
}
</style>