Shades of Medium Aquamarine #73D4A8
Tints of Medium Aquamarine #73D4A8
RGB
CMYK
RGB Variations
Color information
#73D4A8 (or 0x73D4A8) is known color: Medium Aquamarine. HEX triplet: 73, D4 and A8. RGB value is (115,212,168). Sum of RGB (Red+Green+Blue) = 115+212+168=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D4A8 is #8C2B57. Grayscale: #B2B2B2. Windows color (decimal): -9186136 or 11064435. OLE color: 11064435.
HSL color Cylindrical-coordinate representation of color #73D4A8: hue angle of 152.78º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4A8 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 168 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.17 |
| HSL | 152.78º | 0.53% | 0.64% | - |
| HSV(B) | 152.78º | 0.46% | 0.83% | - |
| XYZ | 37.68 | 53.56 | 45.4 | - |
| YUV | 177.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 168 | 0.46 | 0 | 0.21 | 0.17 | 152.78 | 0.53 | 0.64 |
| Hex | 73 | D4 | A8 | 2E | 0 | 15 | 11 | 99 | 35 | 40 |
| Octal | 163 | 324 | 250 | 56 | 0 | 25 | 21 | 231 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10101000 | 101110 | 0 | 10101 | 10001 | 10011001 | 110101 | 1000000 |
Color Harmonies of #73D4A8
Complementary color
Monochromatic Colors of #73D4A8
Black with #73D4A8
Text Example
Text Example
White with #73D4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4A8; }
p { color: rgb(115,212,168); }
H1.HeaderClassName
{
color: #73D4A8;
}
.AnyTagClassName
{
color: #73D4A8;
}
</style>
background-color css
<style>
a { background-color: #73D4A8; }
a { background-color: rgb(115,212,168); }
div.DivClassName
{
background-color: #73D4A8;
}
.BgClassName
{
background-color: #73D4A8;
}
</style>
border-color css
<style>
span { border-color: #73D4A8; }
span { border-color: rgb(115,212,168); }
td.TdClassName
{
border-color: #73D4A8;
}
.TagClassName
{
border-color: #73D4A8;
}
</style>