Shades of Medium Aquamarine #72E0AD
Tints of Medium Aquamarine #72E0AD
RGB
CMYK
RGB Variations
Color information
#72E0AD (or 0x72E0AD) is known color: Medium Aquamarine. HEX triplet: 72, E0 and AD. RGB value is (114,224,173). Sum of RGB (Red+Green+Blue) = 114+224+173=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E0AD is #8D1F52. Grayscale: #B9B9B9. Windows color (decimal): -9248595 or 11395186. OLE color: 11395186.
HSL color Cylindrical-coordinate representation of color #72E0AD: hue angle of 152.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E0AD is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 173 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.12 |
| HSL | 152.18º | 0.64% | 0.66% | - |
| HSV(B) | 152.18º | 0.49% | 0.88% | - |
| XYZ | 41.14 | 59.91 | 48.93 | - |
| YUV | 185.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 173 | 0.49 | 0 | 0.23 | 0.12 | 152.18 | 0.64 | 0.66 |
| Hex | 72 | E0 | AD | 31 | 0 | 17 | C | 98 | 40 | 42 |
| Octal | 162 | 340 | 255 | 61 | 0 | 27 | 14 | 230 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10101101 | 110001 | 0 | 10111 | 1100 | 10011000 | 1000000 | 1000010 |
Color Harmonies of #72E0AD
Complementary color
Monochromatic Colors of #72E0AD
Black with #72E0AD
Text Example
Text Example
White with #72E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0AD; }
p { color: rgb(114,224,173); }
H1.HeaderClassName
{
color: #72E0AD;
}
.AnyTagClassName
{
color: #72E0AD;
}
</style>
background-color css
<style>
a { background-color: #72E0AD; }
a { background-color: rgb(114,224,173); }
div.DivClassName
{
background-color: #72E0AD;
}
.BgClassName
{
background-color: #72E0AD;
}
</style>
border-color css
<style>
span { border-color: #72E0AD; }
span { border-color: rgb(114,224,173); }
td.TdClassName
{
border-color: #72E0AD;
}
.TagClassName
{
border-color: #72E0AD;
}
</style>