Shades of Medium Aquamarine #63CDA0
Tints of Medium Aquamarine #63CDA0
RGB
CMYK
RGB Variations
Color information
#63CDA0 (or 0x63CDA0) is known color: Medium Aquamarine. HEX triplet: 63, CD and A0. RGB value is (99,205,160). Sum of RGB (Red+Green+Blue) = 99+205+160=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDA0 is #9C325F. Grayscale: #A8A8A8. Windows color (decimal): -10236512 or 10538339. OLE color: 10538339.
HSL color Cylindrical-coordinate representation of color #63CDA0: hue angle of 154.53º 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 #63CDA0 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 160 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.20 |
| HSL | 154.53º | 0.51% | 0.6% | - |
| HSV(B) | 154.53º | 0.52% | 0.8% | - |
| XYZ | 33.32 | 48.85 | 40.93 | - |
| YUV | 168.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 160 | 0.52 | 0 | 0.22 | 0.20 | 154.53 | 0.51 | 0.6 |
| Hex | 63 | CD | A0 | 34 | 0 | 16 | 14 | 9B | 33 | 3C |
| Octal | 143 | 315 | 240 | 64 | 0 | 26 | 24 | 233 | 63 | 74 |
| Binary | 1100011 | 11001101 | 10100000 | 110100 | 0 | 10110 | 10100 | 10011011 | 110011 | 111100 |
Color Harmonies of #63CDA0
Complementary color
Monochromatic Colors of #63CDA0
Black with #63CDA0
Text Example
Text Example
White with #63CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDA0; }
p { color: rgb(99,205,160); }
H1.HeaderClassName
{
color: #63CDA0;
}
.AnyTagClassName
{
color: #63CDA0;
}
</style>
background-color css
<style>
a { background-color: #63CDA0; }
a { background-color: rgb(99,205,160); }
div.DivClassName
{
background-color: #63CDA0;
}
.BgClassName
{
background-color: #63CDA0;
}
</style>
border-color css
<style>
span { border-color: #63CDA0; }
span { border-color: rgb(99,205,160); }
td.TdClassName
{
border-color: #63CDA0;
}
.TagClassName
{
border-color: #63CDA0;
}
</style>