Shades of Medium Aquamarine #72D9A0
Tints of Medium Aquamarine #72D9A0
RGB
CMYK
RGB Variations
Color information
#72D9A0 (or 0x72D9A0) is known color: Medium Aquamarine. HEX triplet: 72, D9 and A0. RGB value is (114,217,160). Sum of RGB (Red+Green+Blue) = 114+217+160=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D9A0 is #8D265F. Grayscale: #B3B3B3. Windows color (decimal): -9250400 or 10541426. OLE color: 10541426.
HSL color Cylindrical-coordinate representation of color #72D9A0: hue angle of 146.8º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D9A0 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 160 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.15 |
| HSL | 146.8º | 0.58% | 0.65% | - |
| HSV(B) | 146.8º | 0.47% | 0.85% | - |
| XYZ | 38.1 | 55.74 | 42.01 | - |
| YUV | 179.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 160 | 0.47 | 0 | 0.26 | 0.15 | 146.8 | 0.58 | 0.65 |
| Hex | 72 | D9 | A0 | 2F | 0 | 1A | F | 93 | 3A | 41 |
| Octal | 162 | 331 | 240 | 57 | 0 | 32 | 17 | 223 | 72 | 101 |
| Binary | 1110010 | 11011001 | 10100000 | 101111 | 0 | 11010 | 1111 | 10010011 | 111010 | 1000001 |
Color Harmonies of #72D9A0
Complementary color
Monochromatic Colors of #72D9A0
Black with #72D9A0
Text Example
Text Example
White with #72D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D9A0; }
p { color: rgb(114,217,160); }
H1.HeaderClassName
{
color: #72D9A0;
}
.AnyTagClassName
{
color: #72D9A0;
}
</style>
background-color css
<style>
a { background-color: #72D9A0; }
a { background-color: rgb(114,217,160); }
div.DivClassName
{
background-color: #72D9A0;
}
.BgClassName
{
background-color: #72D9A0;
}
</style>
border-color css
<style>
span { border-color: #72D9A0; }
span { border-color: rgb(114,217,160); }
td.TdClassName
{
border-color: #72D9A0;
}
.TagClassName
{
border-color: #72D9A0;
}
</style>