Shades of Medium Aquamarine #73BFA3
Tints of Medium Aquamarine #73BFA3
RGB
CMYK
RGB Variations
Color information
#73BFA3 (or 0x73BFA3) is known color: Medium Aquamarine. HEX triplet: 73, BF and A3. RGB value is (115,191,163). Sum of RGB (Red+Green+Blue) = 115+191+163=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BFA3 is #8C405C. Grayscale: #A5A5A5. Windows color (decimal): -9191517 or 10731379. OLE color: 10731379.
HSL color Cylindrical-coordinate representation of color #73BFA3: hue angle of 157.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BFA3 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 163 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.25 |
| HSL | 157.89º | 0.37% | 0.6% | - |
| HSV(B) | 157.89º | 0.4% | 0.75% | - |
| XYZ | 32.31 | 43.55 | 41.35 | - |
| YUV | 165.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 163 | 0.40 | 0 | 0.15 | 0.25 | 157.89 | 0.37 | 0.6 |
| Hex | 73 | BF | A3 | 28 | 0 | F | 19 | 9E | 25 | 3C |
| Octal | 163 | 277 | 243 | 50 | 0 | 17 | 31 | 236 | 45 | 74 |
| Binary | 1110011 | 10111111 | 10100011 | 101000 | 0 | 1111 | 11001 | 10011110 | 100101 | 111100 |
Color Harmonies of #73BFA3
Complementary color
Monochromatic Colors of #73BFA3
Black with #73BFA3
Text Example
Text Example
White with #73BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFA3; }
p { color: rgb(115,191,163); }
H1.HeaderClassName
{
color: #73BFA3;
}
.AnyTagClassName
{
color: #73BFA3;
}
</style>
background-color css
<style>
a { background-color: #73BFA3; }
a { background-color: rgb(115,191,163); }
div.DivClassName
{
background-color: #73BFA3;
}
.BgClassName
{
background-color: #73BFA3;
}
</style>
border-color css
<style>
span { border-color: #73BFA3; }
span { border-color: rgb(115,191,163); }
td.TdClassName
{
border-color: #73BFA3;
}
.TagClassName
{
border-color: #73BFA3;
}
</style>