Shades of Medium Aquamarine #63CCAB
Tints of Medium Aquamarine #63CCAB
RGB
CMYK
RGB Variations
Color information
#63CCAB (or 0x63CCAB) is known color: Medium Aquamarine. HEX triplet: 63, CC and AB. RGB value is (99,204,171). Sum of RGB (Red+Green+Blue) = 99+204+171=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCAB is #9C3354. Grayscale: #A8A8A8. Windows color (decimal): -10236757 or 11258979. OLE color: 11258979.
HSL color Cylindrical-coordinate representation of color #63CCAB: hue angle of 161.14º 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 #63CCAB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 171 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.2 |
| HSL | 161.14º | 0.51% | 0.59% | - |
| HSV(B) | 161.14º | 0.51% | 0.8% | - |
| XYZ | 34.09 | 48.78 | 46.15 | - |
| YUV | 168.84 | 129.21 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 171 | 0.51 | 0 | 0.16 | 0.2 | 161.14 | 0.51 | 0.59 |
| Hex | 63 | CC | AB | 33 | 0 | 10 | 14 | A1 | 33 | 3B |
| Octal | 143 | 314 | 253 | 63 | 0 | 20 | 24 | 241 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10101011 | 110011 | 0 | 10000 | 10100 | 10100001 | 110011 | 111011 |
Color Harmonies of #63CCAB
Complementary color
Monochromatic Colors of #63CCAB
Black with #63CCAB
Text Example
Text Example
White with #63CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCAB; }
p { color: rgb(99,204,171); }
H1.HeaderClassName
{
color: #63CCAB;
}
.AnyTagClassName
{
color: #63CCAB;
}
</style>
background-color css
<style>
a { background-color: #63CCAB; }
a { background-color: rgb(99,204,171); }
div.DivClassName
{
background-color: #63CCAB;
}
.BgClassName
{
background-color: #63CCAB;
}
</style>
border-color css
<style>
span { border-color: #63CCAB; }
span { border-color: rgb(99,204,171); }
td.TdClassName
{
border-color: #63CCAB;
}
.TagClassName
{
border-color: #63CCAB;
}
</style>