Shades of Medium Aquamarine #63C5AF
Tints of Medium Aquamarine #63C5AF
RGB
CMYK
RGB Variations
Color information
#63C5AF (or 0x63C5AF) is known color: Medium Aquamarine. HEX triplet: 63, C5 and AF. RGB value is (99,197,175). Sum of RGB (Red+Green+Blue) = 99+197+175=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #63C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C5AF is #9C3A50. Grayscale: #A5A5A5. Windows color (decimal): -10238545 or 11519331. OLE color: 11519331.
HSL color Cylindrical-coordinate representation of color #63C5AF: hue angle of 166.53º 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 #63C5AF is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 197 | 175 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.23 |
| HSL | 166.53º | 0.46% | 0.58% | - |
| HSV(B) | 166.53º | 0.5% | 0.77% | - |
| XYZ | 32.85 | 45.68 | 47.64 | - |
| YUV | 165.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 175 | 0.50 | 0 | 0.11 | 0.23 | 166.53 | 0.46 | 0.58 |
| Hex | 63 | C5 | AF | 32 | 0 | B | 17 | A7 | 2E | 3A |
| Octal | 143 | 305 | 257 | 62 | 0 | 13 | 27 | 247 | 56 | 72 |
| Binary | 1100011 | 11000101 | 10101111 | 110010 | 0 | 1011 | 10111 | 10100111 | 101110 | 111010 |
Color Harmonies of #63C5AF
Complementary color
Monochromatic Colors of #63C5AF
Black with #63C5AF
Text Example
Text Example
White with #63C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5AF; }
p { color: rgb(99,197,175); }
H1.HeaderClassName
{
color: #63C5AF;
}
.AnyTagClassName
{
color: #63C5AF;
}
</style>
background-color css
<style>
a { background-color: #63C5AF; }
a { background-color: rgb(99,197,175); }
div.DivClassName
{
background-color: #63C5AF;
}
.BgClassName
{
background-color: #63C5AF;
}
</style>
border-color css
<style>
span { border-color: #63C5AF; }
span { border-color: rgb(99,197,175); }
td.TdClassName
{
border-color: #63C5AF;
}
.TagClassName
{
border-color: #63C5AF;
}
</style>