Shades of Medium Aquamarine #72E29A
Tints of Medium Aquamarine #72E29A
RGB
CMYK
RGB Variations
Color information
#72E29A (or 0x72E29A) is known color: Medium Aquamarine. HEX triplet: 72, E2 and 9A. RGB value is (114,226,154). Sum of RGB (Red+Green+Blue) = 114+226+154=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #72E29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E29A is #8D1D65. Grayscale: #B8B8B8. Windows color (decimal): -9248102 or 10150514. OLE color: 10150514.
HSL color Cylindrical-coordinate representation of color #72E29A: hue angle of 141.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E29A is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 154 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.11 |
| HSL | 141.43º | 0.66% | 0.67% | - |
| HSV(B) | 141.43º | 0.5% | 0.89% | - |
| XYZ | 39.97 | 60.3 | 40.1 | - |
| YUV | 184.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 154 | 0.50 | 0 | 0.32 | 0.11 | 141.43 | 0.66 | 0.67 |
| Hex | 72 | E2 | 9A | 32 | 0 | 20 | B | 8D | 42 | 43 |
| Octal | 162 | 342 | 232 | 62 | 0 | 40 | 13 | 215 | 102 | 103 |
| Binary | 1110010 | 11100010 | 10011010 | 110010 | 0 | 100000 | 1011 | 10001101 | 1000010 | 1000011 |
Color Harmonies of #72E29A
Complementary color
Monochromatic Colors of #72E29A
Black with #72E29A
Text Example
Text Example
White with #72E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E29A; }
p { color: rgb(114,226,154); }
H1.HeaderClassName
{
color: #72E29A;
}
.AnyTagClassName
{
color: #72E29A;
}
</style>
background-color css
<style>
a { background-color: #72E29A; }
a { background-color: rgb(114,226,154); }
div.DivClassName
{
background-color: #72E29A;
}
.BgClassName
{
background-color: #72E29A;
}
</style>
border-color css
<style>
span { border-color: #72E29A; }
span { border-color: rgb(114,226,154); }
td.TdClassName
{
border-color: #72E29A;
}
.TagClassName
{
border-color: #72E29A;
}
</style>