Shades of Medium Aquamarine #72E5A8
Tints of Medium Aquamarine #72E5A8
RGB
CMYK
RGB Variations
Color information
#72E5A8 (or 0x72E5A8) is known color: Medium Aquamarine. HEX triplet: 72, E5 and A8. RGB value is (114,229,168). Sum of RGB (Red+Green+Blue) = 114+229+168=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E5A8 is #8D1A57. Grayscale: #BBBBBB. Windows color (decimal): -9247320 or 11068786. OLE color: 11068786.
HSL color Cylindrical-coordinate representation of color #72E5A8: hue angle of 148.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5A8 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 168 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.10 |
| HSL | 148.17º | 0.69% | 0.67% | - |
| HSV(B) | 148.17º | 0.5% | 0.9% | - |
| XYZ | 42.03 | 62.44 | 46.88 | - |
| YUV | 187.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 168 | 0.50 | 0 | 0.27 | 0.10 | 148.17 | 0.69 | 0.67 |
| Hex | 72 | E5 | A8 | 32 | 0 | 1B | A | 94 | 45 | 43 |
| Octal | 162 | 345 | 250 | 62 | 0 | 33 | 12 | 224 | 105 | 103 |
| Binary | 1110010 | 11100101 | 10101000 | 110010 | 0 | 11011 | 1010 | 10010100 | 1000101 | 1000011 |
Color Harmonies of #72E5A8
Complementary color
Monochromatic Colors of #72E5A8
Black with #72E5A8
Text Example
Text Example
White with #72E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E5A8; }
p { color: rgb(114,229,168); }
H1.HeaderClassName
{
color: #72E5A8;
}
.AnyTagClassName
{
color: #72E5A8;
}
</style>
background-color css
<style>
a { background-color: #72E5A8; }
a { background-color: rgb(114,229,168); }
div.DivClassName
{
background-color: #72E5A8;
}
.BgClassName
{
background-color: #72E5A8;
}
</style>
border-color css
<style>
span { border-color: #72E5A8; }
span { border-color: rgb(114,229,168); }
td.TdClassName
{
border-color: #72E5A8;
}
.TagClassName
{
border-color: #72E5A8;
}
</style>