Shades of Medium Aquamarine #73EAB0
Tints of Medium Aquamarine #73EAB0
RGB
CMYK
RGB Variations
Color information
#73EAB0 (or 0x73EAB0) is known color: Medium Aquamarine. HEX triplet: 73, EA and B0. RGB value is (115,234,176). Sum of RGB (Red+Green+Blue) = 115+234+176=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EAB0 is #8C154F. Grayscale: #BFBFBF. Windows color (decimal): -9180496 or 11594355. OLE color: 11594355.
HSL color Cylindrical-coordinate representation of color #73EAB0: hue angle of 150.76º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAB0 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 176 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.08 |
| HSL | 150.76º | 0.74% | 0.68% | - |
| HSV(B) | 150.76º | 0.51% | 0.92% | - |
| XYZ | 44.33 | 65.63 | 51.4 | - |
| YUV | 191.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 176 | 0.51 | 0 | 0.25 | 0.08 | 150.76 | 0.74 | 0.68 |
| Hex | 73 | EA | B0 | 33 | 0 | 19 | 8 | 97 | 4A | 44 |
| Octal | 163 | 352 | 260 | 63 | 0 | 31 | 10 | 227 | 112 | 104 |
| Binary | 1110011 | 11101010 | 10110000 | 110011 | 0 | 11001 | 1000 | 10010111 | 1001010 | 1000100 |
Color Harmonies of #73EAB0
Complementary color
Monochromatic Colors of #73EAB0
Black with #73EAB0
Text Example
Text Example
White with #73EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAB0; }
p { color: rgb(115,234,176); }
H1.HeaderClassName
{
color: #73EAB0;
}
.AnyTagClassName
{
color: #73EAB0;
}
</style>
background-color css
<style>
a { background-color: #73EAB0; }
a { background-color: rgb(115,234,176); }
div.DivClassName
{
background-color: #73EAB0;
}
.BgClassName
{
background-color: #73EAB0;
}
</style>
border-color css
<style>
span { border-color: #73EAB0; }
span { border-color: rgb(115,234,176); }
td.TdClassName
{
border-color: #73EAB0;
}
.TagClassName
{
border-color: #73EAB0;
}
</style>