Shades of Medium Aquamarine #63CBAB
Tints of Medium Aquamarine #63CBAB
RGB
CMYK
RGB Variations
Color information
#63CBAB (or 0x63CBAB) is known color: Medium Aquamarine. HEX triplet: 63, CB and AB. RGB value is (99,203,171). Sum of RGB (Red+Green+Blue) = 99+203+171=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CBAB is #9C3454. Grayscale: #A8A8A8. Windows color (decimal): -10237013 or 11258723. OLE color: 11258723.
HSL color Cylindrical-coordinate representation of color #63CBAB: hue angle of 161.54º 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 #63CBAB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 171 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.20 |
| HSL | 161.54º | 0.5% | 0.59% | - |
| HSV(B) | 161.54º | 0.51% | 0.8% | - |
| XYZ | 33.85 | 48.3 | 46.07 | - |
| YUV | 168.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 171 | 0.51 | 0 | 0.16 | 0.20 | 161.54 | 0.5 | 0.59 |
| Hex | 63 | CB | AB | 33 | 0 | 10 | 14 | A2 | 32 | 3B |
| Octal | 143 | 313 | 253 | 63 | 0 | 20 | 24 | 242 | 62 | 73 |
| Binary | 1100011 | 11001011 | 10101011 | 110011 | 0 | 10000 | 10100 | 10100010 | 110010 | 111011 |
Color Harmonies of #63CBAB
Complementary color
Monochromatic Colors of #63CBAB
Black with #63CBAB
Text Example
Text Example
White with #63CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBAB; }
p { color: rgb(99,203,171); }
H1.HeaderClassName
{
color: #63CBAB;
}
.AnyTagClassName
{
color: #63CBAB;
}
</style>
background-color css
<style>
a { background-color: #63CBAB; }
a { background-color: rgb(99,203,171); }
div.DivClassName
{
background-color: #63CBAB;
}
.BgClassName
{
background-color: #63CBAB;
}
</style>
border-color css
<style>
span { border-color: #63CBAB; }
span { border-color: rgb(99,203,171); }
td.TdClassName
{
border-color: #63CBAB;
}
.TagClassName
{
border-color: #63CBAB;
}
</style>