Shades of Medium Aquamarine #63CCAF
Tints of Medium Aquamarine #63CCAF
RGB
CMYK
RGB Variations
Color information
#63CCAF (or 0x63CCAF) is known color: Medium Aquamarine. HEX triplet: 63, CC and AF. RGB value is (99,204,175). Sum of RGB (Red+Green+Blue) = 99+204+175=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CCAF is #9C3350. Grayscale: #A9A9A9. Windows color (decimal): -10236753 or 11521123. OLE color: 11521123.
HSL color Cylindrical-coordinate representation of color #63CCAF: hue angle of 163.43º 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 #63CCAF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 175 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.2 |
| HSL | 163.43º | 0.51% | 0.59% | - |
| HSV(B) | 163.43º | 0.51% | 0.8% | - |
| XYZ | 34.48 | 48.93 | 48.19 | - |
| YUV | 169.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 175 | 0.51 | 0 | 0.14 | 0.2 | 163.43 | 0.51 | 0.59 |
| Hex | 63 | CC | AF | 33 | 0 | E | 14 | A3 | 33 | 3B |
| Octal | 143 | 314 | 257 | 63 | 0 | 16 | 24 | 243 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10101111 | 110011 | 0 | 1110 | 10100 | 10100011 | 110011 | 111011 |
Color Harmonies of #63CCAF
Complementary color
Monochromatic Colors of #63CCAF
Black with #63CCAF
Text Example
Text Example
White with #63CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCAF; }
p { color: rgb(99,204,175); }
H1.HeaderClassName
{
color: #63CCAF;
}
.AnyTagClassName
{
color: #63CCAF;
}
</style>
background-color css
<style>
a { background-color: #63CCAF; }
a { background-color: rgb(99,204,175); }
div.DivClassName
{
background-color: #63CCAF;
}
.BgClassName
{
background-color: #63CCAF;
}
</style>
border-color css
<style>
span { border-color: #63CCAF; }
span { border-color: rgb(99,204,175); }
td.TdClassName
{
border-color: #63CCAF;
}
.TagClassName
{
border-color: #63CCAF;
}
</style>