Shades of Medium Aquamarine #72D3A0
Tints of Medium Aquamarine #72D3A0
RGB
CMYK
RGB Variations
Color information
#72D3A0 (or 0x72D3A0) is known color: Medium Aquamarine. HEX triplet: 72, D3 and A0. RGB value is (114,211,160). Sum of RGB (Red+Green+Blue) = 114+211+160=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #72D3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D3A0 is #8D2C5F. Grayscale: #B0B0B0. Windows color (decimal): -9251936 or 10539890. OLE color: 10539890.
HSL color Cylindrical-coordinate representation of color #72D3A0: hue angle of 148.45º degrees, saturation: 0.52, 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 #72D3A0 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 160 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.17 |
| HSL | 148.45º | 0.52% | 0.64% | - |
| HSV(B) | 148.45º | 0.46% | 0.83% | - |
| XYZ | 36.58 | 52.7 | 41.5 | - |
| YUV | 176.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 160 | 0.46 | 0 | 0.24 | 0.17 | 148.45 | 0.52 | 0.64 |
| Hex | 72 | D3 | A0 | 2E | 0 | 18 | 11 | 94 | 34 | 40 |
| Octal | 162 | 323 | 240 | 56 | 0 | 30 | 21 | 224 | 64 | 100 |
| Binary | 1110010 | 11010011 | 10100000 | 101110 | 0 | 11000 | 10001 | 10010100 | 110100 | 1000000 |
Color Harmonies of #72D3A0
Complementary color
Monochromatic Colors of #72D3A0
Black with #72D3A0
Text Example
Text Example
White with #72D3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D3A0; }
p { color: rgb(114,211,160); }
H1.HeaderClassName
{
color: #72D3A0;
}
.AnyTagClassName
{
color: #72D3A0;
}
</style>
background-color css
<style>
a { background-color: #72D3A0; }
a { background-color: rgb(114,211,160); }
div.DivClassName
{
background-color: #72D3A0;
}
.BgClassName
{
background-color: #72D3A0;
}
</style>
border-color css
<style>
span { border-color: #72D3A0; }
span { border-color: rgb(114,211,160); }
td.TdClassName
{
border-color: #72D3A0;
}
.TagClassName
{
border-color: #72D3A0;
}
</style>