Shades of Medium Aquamarine #63D5AC
Tints of Medium Aquamarine #63D5AC
RGB
CMYK
RGB Variations
Color information
#63D5AC (or 0x63D5AC) is known color: Medium Aquamarine. HEX triplet: 63, D5 and AC. RGB value is (99,213,172). Sum of RGB (Red+Green+Blue) = 99+213+172=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #63D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D5AC is #9C2A53. Grayscale: #AEAEAE. Windows color (decimal): -10234452 or 11326819. OLE color: 11326819.
HSL color Cylindrical-coordinate representation of color #63D5AC: hue angle of 158.42º 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 #63D5AC is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 213 | 172 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.16 |
| HSL | 158.42º | 0.58% | 0.61% | - |
| HSV(B) | 158.42º | 0.54% | 0.84% | - |
| XYZ | 36.39 | 53.22 | 47.38 | - |
| YUV | 174.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 213 | 172 | 0.54 | 0 | 0.19 | 0.16 | 158.42 | 0.58 | 0.61 |
| Hex | 63 | D5 | AC | 36 | 0 | 13 | 10 | 9E | 3A | 3D |
| Octal | 143 | 325 | 254 | 66 | 0 | 23 | 20 | 236 | 72 | 75 |
| Binary | 1100011 | 11010101 | 10101100 | 110110 | 0 | 10011 | 10000 | 10011110 | 111010 | 111101 |
Color Harmonies of #63D5AC
Complementary color
Monochromatic Colors of #63D5AC
Black with #63D5AC
Text Example
Text Example
White with #63D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D5AC; }
p { color: rgb(99,213,172); }
H1.HeaderClassName
{
color: #63D5AC;
}
.AnyTagClassName
{
color: #63D5AC;
}
</style>
background-color css
<style>
a { background-color: #63D5AC; }
a { background-color: rgb(99,213,172); }
div.DivClassName
{
background-color: #63D5AC;
}
.BgClassName
{
background-color: #63D5AC;
}
</style>
border-color css
<style>
span { border-color: #63D5AC; }
span { border-color: rgb(99,213,172); }
td.TdClassName
{
border-color: #63D5AC;
}
.TagClassName
{
border-color: #63D5AC;
}
</style>