Shades of Medium Aquamarine #63CBAF
Tints of Medium Aquamarine #63CBAF
RGB
CMYK
RGB Variations
Color information
#63CBAF (or 0x63CBAF) is known color: Medium Aquamarine. HEX triplet: 63, CB and AF. RGB value is (99,203,175). Sum of RGB (Red+Green+Blue) = 99+203+175=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CBAF is #9C3450. Grayscale: #A8A8A8. Windows color (decimal): -10237009 or 11520867. OLE color: 11520867.
HSL color Cylindrical-coordinate representation of color #63CBAF: hue angle of 163.85º 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 #63CBAF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 175 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.20 |
| HSL | 163.85º | 0.5% | 0.59% | - |
| HSV(B) | 163.85º | 0.51% | 0.8% | - |
| XYZ | 34.24 | 48.46 | 48.11 | - |
| YUV | 168.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 175 | 0.51 | 0 | 0.14 | 0.20 | 163.85 | 0.5 | 0.59 |
| Hex | 63 | CB | AF | 33 | 0 | E | 14 | A4 | 32 | 3B |
| Octal | 143 | 313 | 257 | 63 | 0 | 16 | 24 | 244 | 62 | 73 |
| Binary | 1100011 | 11001011 | 10101111 | 110011 | 0 | 1110 | 10100 | 10100100 | 110010 | 111011 |
Color Harmonies of #63CBAF
Complementary color
Monochromatic Colors of #63CBAF
Black with #63CBAF
Text Example
Text Example
White with #63CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBAF; }
p { color: rgb(99,203,175); }
H1.HeaderClassName
{
color: #63CBAF;
}
.AnyTagClassName
{
color: #63CBAF;
}
</style>
background-color css
<style>
a { background-color: #63CBAF; }
a { background-color: rgb(99,203,175); }
div.DivClassName
{
background-color: #63CBAF;
}
.BgClassName
{
background-color: #63CBAF;
}
</style>
border-color css
<style>
span { border-color: #63CBAF; }
span { border-color: rgb(99,203,175); }
td.TdClassName
{
border-color: #63CBAF;
}
.TagClassName
{
border-color: #63CBAF;
}
</style>