Shades of Medium Aquamarine #63CDAC
Tints of Medium Aquamarine #63CDAC
RGB
CMYK
RGB Variations
Color information
#63CDAC (or 0x63CDAC) is known color: Medium Aquamarine. HEX triplet: 63, CD and AC. RGB value is (99,205,172). Sum of RGB (Red+Green+Blue) = 99+205+172=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDAC is #9C3253. Grayscale: #A9A9A9. Windows color (decimal): -10236500 or 11324771. OLE color: 11324771.
HSL color Cylindrical-coordinate representation of color #63CDAC: hue angle of 161.32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDAC is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 172 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.20 |
| HSL | 161.32º | 0.51% | 0.6% | - |
| HSV(B) | 161.32º | 0.52% | 0.8% | - |
| XYZ | 34.42 | 49.29 | 46.73 | - |
| YUV | 169.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 172 | 0.52 | 0 | 0.16 | 0.20 | 161.32 | 0.51 | 0.6 |
| Hex | 63 | CD | AC | 34 | 0 | 10 | 14 | A1 | 33 | 3C |
| Octal | 143 | 315 | 254 | 64 | 0 | 20 | 24 | 241 | 63 | 74 |
| Binary | 1100011 | 11001101 | 10101100 | 110100 | 0 | 10000 | 10100 | 10100001 | 110011 | 111100 |
Color Harmonies of #63CDAC
Complementary color
Monochromatic Colors of #63CDAC
Black with #63CDAC
Text Example
Text Example
White with #63CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDAC; }
p { color: rgb(99,205,172); }
H1.HeaderClassName
{
color: #63CDAC;
}
.AnyTagClassName
{
color: #63CDAC;
}
</style>
background-color css
<style>
a { background-color: #63CDAC; }
a { background-color: rgb(99,205,172); }
div.DivClassName
{
background-color: #63CDAC;
}
.BgClassName
{
background-color: #63CDAC;
}
</style>
border-color css
<style>
span { border-color: #63CDAC; }
span { border-color: rgb(99,205,172); }
td.TdClassName
{
border-color: #63CDAC;
}
.TagClassName
{
border-color: #63CDAC;
}
</style>