Shades of Medium Aquamarine #63D8AC
Tints of Medium Aquamarine #63D8AC
RGB
CMYK
RGB Variations
Color information
#63D8AC (or 0x63D8AC) is known color: Medium Aquamarine. HEX triplet: 63, D8 and AC. RGB value is (99,216,172). Sum of RGB (Red+Green+Blue) = 99+216+172=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #63D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D8AC is #9C2753. Grayscale: #B0B0B0. Windows color (decimal): -10233684 or 11327587. OLE color: 11327587.
HSL color Cylindrical-coordinate representation of color #63D8AC: hue angle of 157.44º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D8AC is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 216 | 172 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.15 |
| HSL | 157.44º | 0.6% | 0.62% | - |
| HSV(B) | 157.44º | 0.54% | 0.85% | - |
| XYZ | 37.15 | 54.74 | 47.64 | - |
| YUV | 176 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 216 | 172 | 0.54 | 0 | 0.20 | 0.15 | 157.44 | 0.6 | 0.62 |
| Hex | 63 | D8 | AC | 36 | 0 | 14 | F | 9D | 3C | 3E |
| Octal | 143 | 330 | 254 | 66 | 0 | 24 | 17 | 235 | 74 | 76 |
| Binary | 1100011 | 11011000 | 10101100 | 110110 | 0 | 10100 | 1111 | 10011101 | 111100 | 111110 |
Color Harmonies of #63D8AC
Complementary color
Monochromatic Colors of #63D8AC
Black with #63D8AC
Text Example
Text Example
White with #63D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D8AC; }
p { color: rgb(99,216,172); }
H1.HeaderClassName
{
color: #63D8AC;
}
.AnyTagClassName
{
color: #63D8AC;
}
</style>
background-color css
<style>
a { background-color: #63D8AC; }
a { background-color: rgb(99,216,172); }
div.DivClassName
{
background-color: #63D8AC;
}
.BgClassName
{
background-color: #63D8AC;
}
</style>
border-color css
<style>
span { border-color: #63D8AC; }
span { border-color: rgb(99,216,172); }
td.TdClassName
{
border-color: #63D8AC;
}
.TagClassName
{
border-color: #63D8AC;
}
</style>