Shades of Medium Aquamarine #72D49E
Tints of Medium Aquamarine #72D49E
RGB
CMYK
RGB Variations
Color information
#72D49E (or 0x72D49E) is known color: Medium Aquamarine. HEX triplet: 72, D4 and 9E. RGB value is (114,212,158). Sum of RGB (Red+Green+Blue) = 114+212+158=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #72D49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D49E is #8D2B61. Grayscale: #B0B0B0. Windows color (decimal): -9251682 or 10409074. OLE color: 10409074.
HSL color Cylindrical-coordinate representation of color #72D49E: hue angle of 146.94º 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 #72D49E is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 158 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.17 |
| HSL | 146.94º | 0.53% | 0.64% | - |
| HSV(B) | 146.94º | 0.46% | 0.83% | - |
| XYZ | 36.65 | 53.13 | 40.67 | - |
| YUV | 176.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 158 | 0.46 | 0 | 0.25 | 0.17 | 146.94 | 0.53 | 0.64 |
| Hex | 72 | D4 | 9E | 2E | 0 | 19 | 11 | 93 | 35 | 40 |
| Octal | 162 | 324 | 236 | 56 | 0 | 31 | 21 | 223 | 65 | 100 |
| Binary | 1110010 | 11010100 | 10011110 | 101110 | 0 | 11001 | 10001 | 10010011 | 110101 | 1000000 |
Color Harmonies of #72D49E
Complementary color
Monochromatic Colors of #72D49E
Black with #72D49E
Text Example
Text Example
White with #72D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D49E; }
p { color: rgb(114,212,158); }
H1.HeaderClassName
{
color: #72D49E;
}
.AnyTagClassName
{
color: #72D49E;
}
</style>
background-color css
<style>
a { background-color: #72D49E; }
a { background-color: rgb(114,212,158); }
div.DivClassName
{
background-color: #72D49E;
}
.BgClassName
{
background-color: #72D49E;
}
</style>
border-color css
<style>
span { border-color: #72D49E; }
span { border-color: rgb(114,212,158); }
td.TdClassName
{
border-color: #72D49E;
}
.TagClassName
{
border-color: #72D49E;
}
</style>