Shades of Medium Aquamarine #63D6AF
Tints of Medium Aquamarine #63D6AF
RGB
CMYK
RGB Variations
Color information
#63D6AF (or 0x63D6AF) is known color: Medium Aquamarine. HEX triplet: 63, D6 and AF. RGB value is (99,214,175). Sum of RGB (Red+Green+Blue) = 99+214+175=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D6AF is #9C2950. Grayscale: #AFAFAF. Windows color (decimal): -10234193 or 11523683. OLE color: 11523683.
HSL color Cylindrical-coordinate representation of color #63D6AF: hue angle of 159.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6AF is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 214 | 175 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.16 |
| HSL | 159.65º | 0.58% | 0.61% | - |
| HSV(B) | 159.65º | 0.54% | 0.84% | - |
| XYZ | 36.93 | 53.84 | 49 | - |
| YUV | 175.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 175 | 0.54 | 0 | 0.18 | 0.16 | 159.65 | 0.58 | 0.61 |
| Hex | 63 | D6 | AF | 36 | 0 | 12 | 10 | A0 | 3A | 3D |
| Octal | 143 | 326 | 257 | 66 | 0 | 22 | 20 | 240 | 72 | 75 |
| Binary | 1100011 | 11010110 | 10101111 | 110110 | 0 | 10010 | 10000 | 10100000 | 111010 | 111101 |
Color Harmonies of #63D6AF
Complementary color
Monochromatic Colors of #63D6AF
Black with #63D6AF
Text Example
Text Example
White with #63D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D6AF; }
p { color: rgb(99,214,175); }
H1.HeaderClassName
{
color: #63D6AF;
}
.AnyTagClassName
{
color: #63D6AF;
}
</style>
background-color css
<style>
a { background-color: #63D6AF; }
a { background-color: rgb(99,214,175); }
div.DivClassName
{
background-color: #63D6AF;
}
.BgClassName
{
background-color: #63D6AF;
}
</style>
border-color css
<style>
span { border-color: #63D6AF; }
span { border-color: rgb(99,214,175); }
td.TdClassName
{
border-color: #63D6AF;
}
.TagClassName
{
border-color: #63D6AF;
}
</style>