Shades of Medium Aquamarine #73BEA3
Tints of Medium Aquamarine #73BEA3
RGB
CMYK
RGB Variations
Color information
#73BEA3 (or 0x73BEA3) is known color: Medium Aquamarine. HEX triplet: 73, BE and A3. RGB value is (115,190,163). Sum of RGB (Red+Green+Blue) = 115+190+163=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA3 is #8C415C. Grayscale: #A4A4A4. Windows color (decimal): -9191773 or 10731123. OLE color: 10731123.
HSL color Cylindrical-coordinate representation of color #73BEA3: hue angle of 158.4º 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 #73BEA3 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 163 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.25 |
| HSL | 158.4º | 0.37% | 0.6% | - |
| HSV(B) | 158.4º | 0.39% | 0.75% | - |
| XYZ | 32.09 | 43.12 | 41.28 | - |
| YUV | 164.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 163 | 0.39 | 0 | 0.14 | 0.25 | 158.4 | 0.37 | 0.6 |
| Hex | 73 | BE | A3 | 27 | 0 | E | 19 | 9E | 25 | 3C |
| Octal | 163 | 276 | 243 | 47 | 0 | 16 | 31 | 236 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10100011 | 100111 | 0 | 1110 | 11001 | 10011110 | 100101 | 111100 |
Color Harmonies of #73BEA3
Complementary color
Monochromatic Colors of #73BEA3
Black with #73BEA3
Text Example
Text Example
White with #73BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEA3; }
p { color: rgb(115,190,163); }
H1.HeaderClassName
{
color: #73BEA3;
}
.AnyTagClassName
{
color: #73BEA3;
}
</style>
background-color css
<style>
a { background-color: #73BEA3; }
a { background-color: rgb(115,190,163); }
div.DivClassName
{
background-color: #73BEA3;
}
.BgClassName
{
background-color: #73BEA3;
}
</style>
border-color css
<style>
span { border-color: #73BEA3; }
span { border-color: rgb(115,190,163); }
td.TdClassName
{
border-color: #73BEA3;
}
.TagClassName
{
border-color: #73BEA3;
}
</style>