Shades of Medium Aquamarine #72E9A0
Tints of Medium Aquamarine #72E9A0
RGB
CMYK
RGB Variations
Color information
#72E9A0 (or 0x72E9A0) is known color: Medium Aquamarine. HEX triplet: 72, E9 and A0. RGB value is (114,233,160). Sum of RGB (Red+Green+Blue) = 114+233+160=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E9A0 is #8D165F. Grayscale: #BDBDBD. Windows color (decimal): -9246304 or 10545522. OLE color: 10545522.
HSL color Cylindrical-coordinate representation of color #72E9A0: hue angle of 143.19º degrees, saturation: 0.73, 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 #72E9A0 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 160 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.09 |
| HSL | 143.19º | 0.73% | 0.68% | - |
| HSV(B) | 143.19º | 0.51% | 0.91% | - |
| XYZ | 42.42 | 64.39 | 43.45 | - |
| YUV | 189.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 160 | 0.51 | 0 | 0.31 | 0.09 | 143.19 | 0.73 | 0.68 |
| Hex | 72 | E9 | A0 | 33 | 0 | 1F | 9 | 8F | 49 | 44 |
| Octal | 162 | 351 | 240 | 63 | 0 | 37 | 11 | 217 | 111 | 104 |
| Binary | 1110010 | 11101001 | 10100000 | 110011 | 0 | 11111 | 1001 | 10001111 | 1001001 | 1000100 |
Color Harmonies of #72E9A0
Complementary color
Monochromatic Colors of #72E9A0
Black with #72E9A0
Text Example
Text Example
White with #72E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E9A0; }
p { color: rgb(114,233,160); }
H1.HeaderClassName
{
color: #72E9A0;
}
.AnyTagClassName
{
color: #72E9A0;
}
</style>
background-color css
<style>
a { background-color: #72E9A0; }
a { background-color: rgb(114,233,160); }
div.DivClassName
{
background-color: #72E9A0;
}
.BgClassName
{
background-color: #72E9A0;
}
</style>
border-color css
<style>
span { border-color: #72E9A0; }
span { border-color: rgb(114,233,160); }
td.TdClassName
{
border-color: #72E9A0;
}
.TagClassName
{
border-color: #72E9A0;
}
</style>