Shades of Medium Aquamarine #63CBA0
Tints of Medium Aquamarine #63CBA0
RGB
CMYK
RGB Variations
Color information
#63CBA0 (or 0x63CBA0) is known color: Medium Aquamarine. HEX triplet: 63, CB and A0. RGB value is (99,203,160). Sum of RGB (Red+Green+Blue) = 99+203+160=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CBA0 is #9C345F. Grayscale: #A7A7A7. Windows color (decimal): -10237024 or 10537827. OLE color: 10537827.
HSL color Cylindrical-coordinate representation of color #63CBA0: hue angle of 155.19º degrees, saturation: 0.5, 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 #63CBA0 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 160 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.20 |
| HSL | 155.19º | 0.5% | 0.59% | - |
| HSV(B) | 155.19º | 0.51% | 0.8% | - |
| XYZ | 32.85 | 47.9 | 40.77 | - |
| YUV | 167 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 160 | 0.51 | 0 | 0.21 | 0.20 | 155.19 | 0.5 | 0.59 |
| Hex | 63 | CB | A0 | 33 | 0 | 15 | 14 | 9B | 32 | 3B |
| Octal | 143 | 313 | 240 | 63 | 0 | 25 | 24 | 233 | 62 | 73 |
| Binary | 1100011 | 11001011 | 10100000 | 110011 | 0 | 10101 | 10100 | 10011011 | 110010 | 111011 |
Color Harmonies of #63CBA0
Complementary color
Monochromatic Colors of #63CBA0
Black with #63CBA0
Text Example
Text Example
White with #63CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBA0; }
p { color: rgb(99,203,160); }
H1.HeaderClassName
{
color: #63CBA0;
}
.AnyTagClassName
{
color: #63CBA0;
}
</style>
background-color css
<style>
a { background-color: #63CBA0; }
a { background-color: rgb(99,203,160); }
div.DivClassName
{
background-color: #63CBA0;
}
.BgClassName
{
background-color: #63CBA0;
}
</style>
border-color css
<style>
span { border-color: #63CBA0; }
span { border-color: rgb(99,203,160); }
td.TdClassName
{
border-color: #63CBA0;
}
.TagClassName
{
border-color: #63CBA0;
}
</style>