Shades of Medium Aquamarine #73E1B3
Tints of Medium Aquamarine #73E1B3
RGB
CMYK
RGB Variations
Color information
#73E1B3 (or 0x73E1B3) is known color: Medium Aquamarine. HEX triplet: 73, E1 and B3. RGB value is (115,225,179). Sum of RGB (Red+Green+Blue) = 115+225+179=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1B3 is #8C1E4C. Grayscale: #BABABA. Windows color (decimal): -9182797 or 11788659. OLE color: 11788659.
HSL color Cylindrical-coordinate representation of color #73E1B3: hue angle of 154.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E1B3 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 179 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.12 |
| HSL | 154.91º | 0.65% | 0.67% | - |
| HSV(B) | 154.91º | 0.49% | 0.88% | - |
| XYZ | 42.13 | 60.75 | 52.15 | - |
| YUV | 186.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 179 | 0.49 | 0 | 0.20 | 0.12 | 154.91 | 0.65 | 0.67 |
| Hex | 73 | E1 | B3 | 31 | 0 | 14 | C | 9B | 41 | 43 |
| Octal | 163 | 341 | 263 | 61 | 0 | 24 | 14 | 233 | 101 | 103 |
| Binary | 1110011 | 11100001 | 10110011 | 110001 | 0 | 10100 | 1100 | 10011011 | 1000001 | 1000011 |
Color Harmonies of #73E1B3
Complementary color
Monochromatic Colors of #73E1B3
Black with #73E1B3
Text Example
Text Example
White with #73E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1B3; }
p { color: rgb(115,225,179); }
H1.HeaderClassName
{
color: #73E1B3;
}
.AnyTagClassName
{
color: #73E1B3;
}
</style>
background-color css
<style>
a { background-color: #73E1B3; }
a { background-color: rgb(115,225,179); }
div.DivClassName
{
background-color: #73E1B3;
}
.BgClassName
{
background-color: #73E1B3;
}
</style>
border-color css
<style>
span { border-color: #73E1B3; }
span { border-color: rgb(115,225,179); }
td.TdClassName
{
border-color: #73E1B3;
}
.TagClassName
{
border-color: #73E1B3;
}
</style>