Shades of Medium Aquamarine #72EBA6
Tints of Medium Aquamarine #72EBA6
RGB
CMYK
RGB Variations
Color information
#72EBA6 (or 0x72EBA6) is known color: Medium Aquamarine. HEX triplet: 72, EB and A6. RGB value is (114,235,166). Sum of RGB (Red+Green+Blue) = 114+235+166=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA6 is #8D1459. Grayscale: #BFBFBF. Windows color (decimal): -9245786 or 10939250. OLE color: 10939250.
HSL color Cylindrical-coordinate representation of color #72EBA6: hue angle of 145.79º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EBA6 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 235 | 166 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.08 |
| HSL | 145.79º | 0.75% | 0.68% | - |
| HSV(B) | 145.79º | 0.51% | 0.92% | - |
| XYZ | 43.53 | 65.75 | 46.47 | - |
| YUV | 190.96 | 113.91 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 235 | 166 | 0.51 | 0 | 0.29 | 0.08 | 145.79 | 0.75 | 0.68 |
| Hex | 72 | EB | A6 | 33 | 0 | 1D | 8 | 92 | 4B | 44 |
| Octal | 162 | 353 | 246 | 63 | 0 | 35 | 10 | 222 | 113 | 104 |
| Binary | 1110010 | 11101011 | 10100110 | 110011 | 0 | 11101 | 1000 | 10010010 | 1001011 | 1000100 |
Color Harmonies of #72EBA6
Complementary color
Monochromatic Colors of #72EBA6
Black with #72EBA6
Text Example
Text Example
White with #72EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EBA6; }
p { color: rgb(114,235,166); }
H1.HeaderClassName
{
color: #72EBA6;
}
.AnyTagClassName
{
color: #72EBA6;
}
</style>
background-color css
<style>
a { background-color: #72EBA6; }
a { background-color: rgb(114,235,166); }
div.DivClassName
{
background-color: #72EBA6;
}
.BgClassName
{
background-color: #72EBA6;
}
</style>
border-color css
<style>
span { border-color: #72EBA6; }
span { border-color: rgb(114,235,166); }
td.TdClassName
{
border-color: #72EBA6;
}
.TagClassName
{
border-color: #72EBA6;
}
</style>