Shades of Medium Aquamarine #63CFAA
Tints of Medium Aquamarine #63CFAA
RGB
CMYK
RGB Variations
Color information
#63CFAA (or 0x63CFAA) is known color: Medium Aquamarine. HEX triplet: 63, CF and AA. RGB value is (99,207,170). Sum of RGB (Red+Green+Blue) = 99+207+170=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CFAA is #9C3055. Grayscale: #AAAAAA. Windows color (decimal): -10235990 or 11194211. OLE color: 11194211.
HSL color Cylindrical-coordinate representation of color #63CFAA: hue angle of 159.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFAA is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 170 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.19 |
| HSL | 159.44º | 0.53% | 0.6% | - |
| HSV(B) | 159.44º | 0.52% | 0.81% | - |
| XYZ | 34.71 | 50.18 | 45.89 | - |
| YUV | 170.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 170 | 0.52 | 0 | 0.18 | 0.19 | 159.44 | 0.53 | 0.6 |
| Hex | 63 | CF | AA | 34 | 0 | 12 | 13 | 9F | 35 | 3C |
| Octal | 143 | 317 | 252 | 64 | 0 | 22 | 23 | 237 | 65 | 74 |
| Binary | 1100011 | 11001111 | 10101010 | 110100 | 0 | 10010 | 10011 | 10011111 | 110101 | 111100 |
Color Harmonies of #63CFAA
Complementary color
Monochromatic Colors of #63CFAA
Black with #63CFAA
Text Example
Text Example
White with #63CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFAA; }
p { color: rgb(99,207,170); }
H1.HeaderClassName
{
color: #63CFAA;
}
.AnyTagClassName
{
color: #63CFAA;
}
</style>
background-color css
<style>
a { background-color: #63CFAA; }
a { background-color: rgb(99,207,170); }
div.DivClassName
{
background-color: #63CFAA;
}
.BgClassName
{
background-color: #63CFAA;
}
</style>
border-color css
<style>
span { border-color: #63CFAA; }
span { border-color: rgb(99,207,170); }
td.TdClassName
{
border-color: #63CFAA;
}
.TagClassName
{
border-color: #63CFAA;
}
</style>