Shades of Medium Aquamarine #63F5AF
Tints of Medium Aquamarine #63F5AF
RGB
CMYK
RGB Variations
Color information
#63F5AF (or 0x63F5AF) is known color: Medium Aquamarine. HEX triplet: 63, F5 and AF. RGB value is (99,245,175). Sum of RGB (Red+Green+Blue) = 99+245+175=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #63F5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63F5AF is #9C0A50. Grayscale: #C1C1C1. Windows color (decimal): -10226257 or 11531619. OLE color: 11531619.
HSL color Cylindrical-coordinate representation of color #63F5AF: hue angle of 151.23º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F5AF is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 245 | 175 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.04 |
| HSL | 151.23º | 0.88% | 0.67% | - |
| HSV(B) | 151.23º | 0.6% | 0.96% | - |
| XYZ | 45.54 | 71.05 | 51.87 | - |
| YUV | 193.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 245 | 175 | 0.60 | 0 | 0.29 | 0.04 | 151.23 | 0.88 | 0.67 |
| Hex | 63 | F5 | AF | 3C | 0 | 1D | 4 | 97 | 58 | 43 |
| Octal | 143 | 365 | 257 | 74 | 0 | 35 | 4 | 227 | 130 | 103 |
| Binary | 1100011 | 11110101 | 10101111 | 111100 | 0 | 11101 | 100 | 10010111 | 1011000 | 1000011 |
Color Harmonies of #63F5AF
Complementary color
Monochromatic Colors of #63F5AF
Black with #63F5AF
Text Example
Text Example
White with #63F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F5AF; }
p { color: rgb(99,245,175); }
H1.HeaderClassName
{
color: #63F5AF;
}
.AnyTagClassName
{
color: #63F5AF;
}
</style>
background-color css
<style>
a { background-color: #63F5AF; }
a { background-color: rgb(99,245,175); }
div.DivClassName
{
background-color: #63F5AF;
}
.BgClassName
{
background-color: #63F5AF;
}
</style>
border-color css
<style>
span { border-color: #63F5AF; }
span { border-color: rgb(99,245,175); }
td.TdClassName
{
border-color: #63F5AF;
}
.TagClassName
{
border-color: #63F5AF;
}
</style>