Shades of Medium Aquamarine #72D39D
Tints of Medium Aquamarine #72D39D
RGB
CMYK
RGB Variations
Color information
#72D39D (or 0x72D39D) is known color: Medium Aquamarine. HEX triplet: 72, D3 and 9D. RGB value is (114,211,157). Sum of RGB (Red+Green+Blue) = 114+211+157=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #72D39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D39D is #8D2C62. Grayscale: #AFAFAF. Windows color (decimal): -9251939 or 10343282. OLE color: 10343282.
HSL color Cylindrical-coordinate representation of color #72D39D: hue angle of 146.6º 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 #72D39D is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 157 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.17 |
| HSL | 146.6º | 0.52% | 0.64% | - |
| HSV(B) | 146.6º | 0.46% | 0.83% | - |
| XYZ | 36.32 | 52.6 | 40.14 | - |
| YUV | 175.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 157 | 0.46 | 0 | 0.26 | 0.17 | 146.6 | 0.52 | 0.64 |
| Hex | 72 | D3 | 9D | 2E | 0 | 1A | 11 | 93 | 34 | 40 |
| Octal | 162 | 323 | 235 | 56 | 0 | 32 | 21 | 223 | 64 | 100 |
| Binary | 1110010 | 11010011 | 10011101 | 101110 | 0 | 11010 | 10001 | 10010011 | 110100 | 1000000 |
Color Harmonies of #72D39D
Complementary color
Monochromatic Colors of #72D39D
Black with #72D39D
Text Example
Text Example
White with #72D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D39D; }
p { color: rgb(114,211,157); }
H1.HeaderClassName
{
color: #72D39D;
}
.AnyTagClassName
{
color: #72D39D;
}
</style>
background-color css
<style>
a { background-color: #72D39D; }
a { background-color: rgb(114,211,157); }
div.DivClassName
{
background-color: #72D39D;
}
.BgClassName
{
background-color: #72D39D;
}
</style>
border-color css
<style>
span { border-color: #72D39D; }
span { border-color: rgb(114,211,157); }
td.TdClassName
{
border-color: #72D39D;
}
.TagClassName
{
border-color: #72D39D;
}
</style>