Shades of Medium Aquamarine #72E89C
Tints of Medium Aquamarine #72E89C
RGB
CMYK
RGB Variations
Color information
#72E89C (or 0x72E89C) is known color: Medium Aquamarine. HEX triplet: 72, E8 and 9C. RGB value is (114,232,156). Sum of RGB (Red+Green+Blue) = 114+232+156=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #72E89C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E89C is #8D1763. Grayscale: #BCBCBC. Windows color (decimal): -9246564 or 10283122. OLE color: 10283122.
HSL color Cylindrical-coordinate representation of color #72E89C: hue angle of 141.36º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E89C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 232 | 156 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.09 |
| HSL | 141.36º | 0.72% | 0.68% | - |
| HSV(B) | 141.36º | 0.51% | 0.91% | - |
| XYZ | 41.8 | 63.69 | 41.54 | - |
| YUV | 188.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 232 | 156 | 0.51 | 0 | 0.33 | 0.09 | 141.36 | 0.72 | 0.68 |
| Hex | 72 | E8 | 9C | 33 | 0 | 21 | 9 | 8D | 48 | 44 |
| Octal | 162 | 350 | 234 | 63 | 0 | 41 | 11 | 215 | 110 | 104 |
| Binary | 1110010 | 11101000 | 10011100 | 110011 | 0 | 100001 | 1001 | 10001101 | 1001000 | 1000100 |
Color Harmonies of #72E89C
Complementary color
Monochromatic Colors of #72E89C
Black with #72E89C
Text Example
Text Example
White with #72E89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E89C; }
p { color: rgb(114,232,156); }
H1.HeaderClassName
{
color: #72E89C;
}
.AnyTagClassName
{
color: #72E89C;
}
</style>
background-color css
<style>
a { background-color: #72E89C; }
a { background-color: rgb(114,232,156); }
div.DivClassName
{
background-color: #72E89C;
}
.BgClassName
{
background-color: #72E89C;
}
</style>
border-color css
<style>
span { border-color: #72E89C; }
span { border-color: rgb(114,232,156); }
td.TdClassName
{
border-color: #72E89C;
}
.TagClassName
{
border-color: #72E89C;
}
</style>