Shades of Medium Aquamarine #63CCA0
Tints of Medium Aquamarine #63CCA0
RGB
CMYK
RGB Variations
Color information
#63CCA0 (or 0x63CCA0) is known color: Medium Aquamarine. HEX triplet: 63, CC and A0. RGB value is (99,204,160). Sum of RGB (Red+Green+Blue) = 99+204+160=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCA0 is #9C335F. Grayscale: #A7A7A7. Windows color (decimal): -10236768 or 10538083. OLE color: 10538083.
HSL color Cylindrical-coordinate representation of color #63CCA0: hue angle of 154.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CCA0 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 160 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.2 |
| HSL | 154.86º | 0.51% | 0.59% | - |
| HSV(B) | 154.86º | 0.51% | 0.8% | - |
| XYZ | 33.08 | 48.38 | 40.85 | - |
| YUV | 167.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 160 | 0.51 | 0 | 0.22 | 0.2 | 154.86 | 0.51 | 0.59 |
| Hex | 63 | CC | A0 | 33 | 0 | 16 | 14 | 9B | 33 | 3B |
| Octal | 143 | 314 | 240 | 63 | 0 | 26 | 24 | 233 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10100000 | 110011 | 0 | 10110 | 10100 | 10011011 | 110011 | 111011 |
Color Harmonies of #63CCA0
Complementary color
Monochromatic Colors of #63CCA0
Black with #63CCA0
Text Example
Text Example
White with #63CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCA0; }
p { color: rgb(99,204,160); }
H1.HeaderClassName
{
color: #63CCA0;
}
.AnyTagClassName
{
color: #63CCA0;
}
</style>
background-color css
<style>
a { background-color: #63CCA0; }
a { background-color: rgb(99,204,160); }
div.DivClassName
{
background-color: #63CCA0;
}
.BgClassName
{
background-color: #63CCA0;
}
</style>
border-color css
<style>
span { border-color: #63CCA0; }
span { border-color: rgb(99,204,160); }
td.TdClassName
{
border-color: #63CCA0;
}
.TagClassName
{
border-color: #63CCA0;
}
</style>