Shades of Medium Aquamarine #63C5AC
Tints of Medium Aquamarine #63C5AC
RGB
CMYK
RGB Variations
Color information
#63C5AC (or 0x63C5AC) is known color: Medium Aquamarine. HEX triplet: 63, C5 and AC. RGB value is (99,197,172). Sum of RGB (Red+Green+Blue) = 99+197+172=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #63C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C5AC is #9C3A53. Grayscale: #A4A4A4. Windows color (decimal): -10238548 or 11322723. OLE color: 11322723.
HSL color Cylindrical-coordinate representation of color #63C5AC: hue angle of 164.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C5AC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 197 | 172 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.23 |
| HSL | 164.69º | 0.46% | 0.58% | - |
| HSV(B) | 164.69º | 0.5% | 0.77% | - |
| XYZ | 32.56 | 45.56 | 46.11 | - |
| YUV | 164.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 172 | 0.50 | 0 | 0.13 | 0.23 | 164.69 | 0.46 | 0.58 |
| Hex | 63 | C5 | AC | 32 | 0 | D | 17 | A5 | 2E | 3A |
| Octal | 143 | 305 | 254 | 62 | 0 | 15 | 27 | 245 | 56 | 72 |
| Binary | 1100011 | 11000101 | 10101100 | 110010 | 0 | 1101 | 10111 | 10100101 | 101110 | 111010 |
Color Harmonies of #63C5AC
Complementary color
Monochromatic Colors of #63C5AC
Black with #63C5AC
Text Example
Text Example
White with #63C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5AC; }
p { color: rgb(99,197,172); }
H1.HeaderClassName
{
color: #63C5AC;
}
.AnyTagClassName
{
color: #63C5AC;
}
</style>
background-color css
<style>
a { background-color: #63C5AC; }
a { background-color: rgb(99,197,172); }
div.DivClassName
{
background-color: #63C5AC;
}
.BgClassName
{
background-color: #63C5AC;
}
</style>
border-color css
<style>
span { border-color: #63C5AC; }
span { border-color: rgb(99,197,172); }
td.TdClassName
{
border-color: #63C5AC;
}
.TagClassName
{
border-color: #63C5AC;
}
</style>