Shades of Medium Aquamarine #72D89D
Tints of Medium Aquamarine #72D89D
RGB
CMYK
RGB Variations
Color information
#72D89D (or 0x72D89D) is known color: Medium Aquamarine. HEX triplet: 72, D8 and 9D. RGB value is (114,216,157). Sum of RGB (Red+Green+Blue) = 114+216+157=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #72D89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D89D is #8D2762. Grayscale: #B2B2B2. Windows color (decimal): -9250659 or 10344562. OLE color: 10344562.
HSL color Cylindrical-coordinate representation of color #72D89D: hue angle of 145.29º degrees, saturation: 0.57, 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 #72D89D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 157 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.15 |
| HSL | 145.29º | 0.57% | 0.65% | - |
| HSV(B) | 145.29º | 0.47% | 0.85% | - |
| XYZ | 37.58 | 55.12 | 40.56 | - |
| YUV | 178.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 157 | 0.47 | 0 | 0.27 | 0.15 | 145.29 | 0.57 | 0.65 |
| Hex | 72 | D8 | 9D | 2F | 0 | 1B | F | 91 | 39 | 41 |
| Octal | 162 | 330 | 235 | 57 | 0 | 33 | 17 | 221 | 71 | 101 |
| Binary | 1110010 | 11011000 | 10011101 | 101111 | 0 | 11011 | 1111 | 10010001 | 111001 | 1000001 |
Color Harmonies of #72D89D
Complementary color
Monochromatic Colors of #72D89D
Black with #72D89D
Text Example
Text Example
White with #72D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D89D; }
p { color: rgb(114,216,157); }
H1.HeaderClassName
{
color: #72D89D;
}
.AnyTagClassName
{
color: #72D89D;
}
</style>
background-color css
<style>
a { background-color: #72D89D; }
a { background-color: rgb(114,216,157); }
div.DivClassName
{
background-color: #72D89D;
}
.BgClassName
{
background-color: #72D89D;
}
</style>
border-color css
<style>
span { border-color: #72D89D; }
span { border-color: rgb(114,216,157); }
td.TdClassName
{
border-color: #72D89D;
}
.TagClassName
{
border-color: #72D89D;
}
</style>