Shades of Medium Aquamarine #73BEA1
Tints of Medium Aquamarine #73BEA1
RGB
CMYK
RGB Variations
Color information
#73BEA1 (or 0x73BEA1) is known color: Medium Aquamarine. HEX triplet: 73, BE and A1. RGB value is (115,190,161). Sum of RGB (Red+Green+Blue) = 115+190+161=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA1 is #8C415E. Grayscale: #A4A4A4. Windows color (decimal): -9191775 or 10600051. OLE color: 10600051.
HSL color Cylindrical-coordinate representation of color #73BEA1: hue angle of 156.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEA1 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 161 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.25 |
| HSL | 156.8º | 0.37% | 0.6% | - |
| HSV(B) | 156.8º | 0.39% | 0.75% | - |
| XYZ | 31.92 | 43.04 | 40.34 | - |
| YUV | 164.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 161 | 0.39 | 0 | 0.15 | 0.25 | 156.8 | 0.37 | 0.6 |
| Hex | 73 | BE | A1 | 27 | 0 | F | 19 | 9D | 25 | 3C |
| Octal | 163 | 276 | 241 | 47 | 0 | 17 | 31 | 235 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10100001 | 100111 | 0 | 1111 | 11001 | 10011101 | 100101 | 111100 |
Color Harmonies of #73BEA1
Complementary color
Monochromatic Colors of #73BEA1
Black with #73BEA1
Text Example
Text Example
White with #73BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEA1; }
p { color: rgb(115,190,161); }
H1.HeaderClassName
{
color: #73BEA1;
}
.AnyTagClassName
{
color: #73BEA1;
}
</style>
background-color css
<style>
a { background-color: #73BEA1; }
a { background-color: rgb(115,190,161); }
div.DivClassName
{
background-color: #73BEA1;
}
.BgClassName
{
background-color: #73BEA1;
}
</style>
border-color css
<style>
span { border-color: #73BEA1; }
span { border-color: rgb(115,190,161); }
td.TdClassName
{
border-color: #73BEA1;
}
.TagClassName
{
border-color: #73BEA1;
}
</style>