Shades of Medium Aquamarine #63CEAC
Tints of Medium Aquamarine #63CEAC
RGB
CMYK
RGB Variations
Color information
#63CEAC (or 0x63CEAC) is known color: Medium Aquamarine. HEX triplet: 63, CE and AC. RGB value is (99,206,172). Sum of RGB (Red+Green+Blue) = 99+206+172=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CEAC is #9C3153. Grayscale: #AAAAAA. Windows color (decimal): -10236244 or 11325027. OLE color: 11325027.
HSL color Cylindrical-coordinate representation of color #63CEAC: hue angle of 160.93º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CEAC is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 206 | 172 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.19 |
| HSL | 160.93º | 0.52% | 0.6% | - |
| HSV(B) | 160.93º | 0.52% | 0.81% | - |
| XYZ | 34.66 | 49.77 | 46.81 | - |
| YUV | 170.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 172 | 0.52 | 0 | 0.17 | 0.19 | 160.93 | 0.52 | 0.6 |
| Hex | 63 | CE | AC | 34 | 0 | 11 | 13 | A1 | 34 | 3C |
| Octal | 143 | 316 | 254 | 64 | 0 | 21 | 23 | 241 | 64 | 74 |
| Binary | 1100011 | 11001110 | 10101100 | 110100 | 0 | 10001 | 10011 | 10100001 | 110100 | 111100 |
Color Harmonies of #63CEAC
Complementary color
Monochromatic Colors of #63CEAC
Black with #63CEAC
Text Example
Text Example
White with #63CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEAC; }
p { color: rgb(99,206,172); }
H1.HeaderClassName
{
color: #63CEAC;
}
.AnyTagClassName
{
color: #63CEAC;
}
</style>
background-color css
<style>
a { background-color: #63CEAC; }
a { background-color: rgb(99,206,172); }
div.DivClassName
{
background-color: #63CEAC;
}
.BgClassName
{
background-color: #63CEAC;
}
</style>
border-color css
<style>
span { border-color: #63CEAC; }
span { border-color: rgb(99,206,172); }
td.TdClassName
{
border-color: #63CEAC;
}
.TagClassName
{
border-color: #63CEAC;
}
</style>