Shades of Medium Aquamarine #63CC9B
Tints of Medium Aquamarine #63CC9B
RGB
CMYK
RGB Variations
Color information
#63CC9B (or 0x63CC9B) is known color: Medium Aquamarine. HEX triplet: 63, CC and 9B. RGB value is (99,204,155). Sum of RGB (Red+Green+Blue) = 99+204+155=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #63CC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CC9B is #9C3364. Grayscale: #A7A7A7. Windows color (decimal): -10236773 or 10210403. OLE color: 10210403.
HSL color Cylindrical-coordinate representation of color #63CC9B: hue angle of 152º 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 #63CC9B is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 155 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.2 |
| HSL | 152º | 0.51% | 0.59% | - |
| HSV(B) | 152º | 0.51% | 0.8% | - |
| XYZ | 32.65 | 48.2 | 38.59 | - |
| YUV | 167.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 155 | 0.51 | 0 | 0.24 | 0.2 | 152 | 0.51 | 0.59 |
| Hex | 63 | CC | 9B | 33 | 0 | 18 | 14 | 98 | 33 | 3B |
| Octal | 143 | 314 | 233 | 63 | 0 | 30 | 24 | 230 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10011011 | 110011 | 0 | 11000 | 10100 | 10011000 | 110011 | 111011 |
Color Harmonies of #63CC9B
Complementary color
Monochromatic Colors of #63CC9B
Black with #63CC9B
Text Example
Text Example
White with #63CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CC9B; }
p { color: rgb(99,204,155); }
H1.HeaderClassName
{
color: #63CC9B;
}
.AnyTagClassName
{
color: #63CC9B;
}
</style>
background-color css
<style>
a { background-color: #63CC9B; }
a { background-color: rgb(99,204,155); }
div.DivClassName
{
background-color: #63CC9B;
}
.BgClassName
{
background-color: #63CC9B;
}
</style>
border-color css
<style>
span { border-color: #63CC9B; }
span { border-color: rgb(99,204,155); }
td.TdClassName
{
border-color: #63CC9B;
}
.TagClassName
{
border-color: #63CC9B;
}
</style>