Shades of Medium Aquamarine #63ECB0
Tints of Medium Aquamarine #63ECB0
RGB
CMYK
RGB Variations
Color information
#63ECB0 (or 0x63ECB0) is known color: Medium Aquamarine. HEX triplet: 63, EC and B0. RGB value is (99,236,176). Sum of RGB (Red+Green+Blue) = 99+236+176=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63ECB0 is #9C134F. Grayscale: #BCBCBC. Windows color (decimal): -10228560 or 11594851. OLE color: 11594851.
HSL color Cylindrical-coordinate representation of color #63ECB0: hue angle of 153.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECB0 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 176 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.07 |
| HSL | 153.72º | 0.78% | 0.66% | - |
| HSV(B) | 153.72º | 0.58% | 0.93% | - |
| XYZ | 42.98 | 65.78 | 51.51 | - |
| YUV | 188.2 | 121.11 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 176 | 0.58 | 0 | 0.25 | 0.07 | 153.72 | 0.78 | 0.66 |
| Hex | 63 | EC | B0 | 3A | 0 | 19 | 7 | 9A | 4E | 42 |
| Octal | 143 | 354 | 260 | 72 | 0 | 31 | 7 | 232 | 116 | 102 |
| Binary | 1100011 | 11101100 | 10110000 | 111010 | 0 | 11001 | 111 | 10011010 | 1001110 | 1000010 |
Color Harmonies of #63ECB0
Complementary color
Monochromatic Colors of #63ECB0
Black with #63ECB0
Text Example
Text Example
White with #63ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECB0; }
p { color: rgb(99,236,176); }
H1.HeaderClassName
{
color: #63ECB0;
}
.AnyTagClassName
{
color: #63ECB0;
}
</style>
background-color css
<style>
a { background-color: #63ECB0; }
a { background-color: rgb(99,236,176); }
div.DivClassName
{
background-color: #63ECB0;
}
.BgClassName
{
background-color: #63ECB0;
}
</style>
border-color css
<style>
span { border-color: #63ECB0; }
span { border-color: rgb(99,236,176); }
td.TdClassName
{
border-color: #63ECB0;
}
.TagClassName
{
border-color: #63ECB0;
}
</style>