Shades of Medium Aquamarine #72D9A2
Tints of Medium Aquamarine #72D9A2
RGB
CMYK
RGB Variations
Color information
#72D9A2 (or 0x72D9A2) is known color: Medium Aquamarine. HEX triplet: 72, D9 and A2. RGB value is (114,217,162). Sum of RGB (Red+Green+Blue) = 114+217+162=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D9A2 is #8D265D. Grayscale: #B4B4B4. Windows color (decimal): -9250398 or 10672498. OLE color: 10672498.
HSL color Cylindrical-coordinate representation of color #72D9A2: hue angle of 147.96º 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 #72D9A2 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 162 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.15 |
| HSL | 147.96º | 0.58% | 0.65% | - |
| HSV(B) | 147.96º | 0.47% | 0.85% | - |
| XYZ | 38.27 | 55.81 | 42.94 | - |
| YUV | 179.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 162 | 0.47 | 0 | 0.25 | 0.15 | 147.96 | 0.58 | 0.65 |
| Hex | 72 | D9 | A2 | 2F | 0 | 19 | F | 94 | 3A | 41 |
| Octal | 162 | 331 | 242 | 57 | 0 | 31 | 17 | 224 | 72 | 101 |
| Binary | 1110010 | 11011001 | 10100010 | 101111 | 0 | 11001 | 1111 | 10010100 | 111010 | 1000001 |
Color Harmonies of #72D9A2
Complementary color
Monochromatic Colors of #72D9A2
Black with #72D9A2
Text Example
Text Example
White with #72D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D9A2; }
p { color: rgb(114,217,162); }
H1.HeaderClassName
{
color: #72D9A2;
}
.AnyTagClassName
{
color: #72D9A2;
}
</style>
background-color css
<style>
a { background-color: #72D9A2; }
a { background-color: rgb(114,217,162); }
div.DivClassName
{
background-color: #72D9A2;
}
.BgClassName
{
background-color: #72D9A2;
}
</style>
border-color css
<style>
span { border-color: #72D9A2; }
span { border-color: rgb(114,217,162); }
td.TdClassName
{
border-color: #72D9A2;
}
.TagClassName
{
border-color: #72D9A2;
}
</style>