Shades of Medium Aquamarine #49EAAB
Tints of Medium Aquamarine #49EAAB
RGB
CMYK
RGB Variations
Color information
#49EAAB (or 0x49EAAB) is known color: Medium Aquamarine. HEX triplet: 49, EA and AB. RGB value is (73,234,171). Sum of RGB (Red+Green+Blue) = 73+234+171=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EAAB is #B61554. Grayscale: #B2B2B2. Windows color (decimal): -11933013 or 11266633. OLE color: 11266633.
HSL color Cylindrical-coordinate representation of color #49EAAB: hue angle of 156.52º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAAB is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 171 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.08 |
| HSL | 156.52º | 0.79% | 0.6% | - |
| HSV(B) | 156.52º | 0.69% | 0.92% | - |
| XYZ | 39.52 | 63.2 | 48.64 | - |
| YUV | 178.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 171 | 0.69 | 0 | 0.27 | 0.08 | 156.52 | 0.79 | 0.6 |
| Hex | 49 | EA | AB | 45 | 0 | 1B | 8 | 9D | 4F | 3C |
| Octal | 111 | 352 | 253 | 105 | 0 | 33 | 10 | 235 | 117 | 74 |
| Binary | 1001001 | 11101010 | 10101011 | 1000101 | 0 | 11011 | 1000 | 10011101 | 1001111 | 111100 |
Color Harmonies of #49EAAB
Complementary color
Monochromatic Colors of #49EAAB
Black with #49EAAB
Text Example
Text Example
White with #49EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EAAB; }
p { color: rgb(73,234,171); }
H1.HeaderClassName
{
color: #49EAAB;
}
.AnyTagClassName
{
color: #49EAAB;
}
</style>
background-color css
<style>
a { background-color: #49EAAB; }
a { background-color: rgb(73,234,171); }
div.DivClassName
{
background-color: #49EAAB;
}
.BgClassName
{
background-color: #49EAAB;
}
</style>
border-color css
<style>
span { border-color: #49EAAB; }
span { border-color: rgb(73,234,171); }
td.TdClassName
{
border-color: #49EAAB;
}
.TagClassName
{
border-color: #49EAAB;
}
</style>