Shades of Medium Aquamarine #73E1AF
Tints of Medium Aquamarine #73E1AF
RGB
CMYK
RGB Variations
Color information
#73E1AF (or 0x73E1AF) is known color: Medium Aquamarine. HEX triplet: 73, E1 and AF. RGB value is (115,225,175). Sum of RGB (Red+Green+Blue) = 115+225+175=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E1AF is #8C1E50. Grayscale: #BABABA. Windows color (decimal): -9182801 or 11526515. OLE color: 11526515.
HSL color Cylindrical-coordinate representation of color #73E1AF: hue angle of 152.73º 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 #73E1AF is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 175 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.12 |
| HSL | 152.73º | 0.65% | 0.67% | - |
| HSV(B) | 152.73º | 0.49% | 0.88% | - |
| XYZ | 41.73 | 60.59 | 50.05 | - |
| YUV | 186.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 175 | 0.49 | 0 | 0.22 | 0.12 | 152.73 | 0.65 | 0.67 |
| Hex | 73 | E1 | AF | 31 | 0 | 16 | C | 99 | 41 | 43 |
| Octal | 163 | 341 | 257 | 61 | 0 | 26 | 14 | 231 | 101 | 103 |
| Binary | 1110011 | 11100001 | 10101111 | 110001 | 0 | 10110 | 1100 | 10011001 | 1000001 | 1000011 |
Color Harmonies of #73E1AF
Complementary color
Monochromatic Colors of #73E1AF
Black with #73E1AF
Text Example
Text Example
White with #73E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1AF; }
p { color: rgb(115,225,175); }
H1.HeaderClassName
{
color: #73E1AF;
}
.AnyTagClassName
{
color: #73E1AF;
}
</style>
background-color css
<style>
a { background-color: #73E1AF; }
a { background-color: rgb(115,225,175); }
div.DivClassName
{
background-color: #73E1AF;
}
.BgClassName
{
background-color: #73E1AF;
}
</style>
border-color css
<style>
span { border-color: #73E1AF; }
span { border-color: rgb(115,225,175); }
td.TdClassName
{
border-color: #73E1AF;
}
.TagClassName
{
border-color: #73E1AF;
}
</style>