Shades of Medium Aquamarine #72ECAA
Tints of Medium Aquamarine #72ECAA
RGB
CMYK
RGB Variations
Color information
#72ECAA (or 0x72ECAA) is known color: Medium Aquamarine. HEX triplet: 72, EC and AA. RGB value is (114,236,170). Sum of RGB (Red+Green+Blue) = 114+236+170=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ECAA is #8D1355. Grayscale: #C0C0C0. Windows color (decimal): -9245526 or 11201650. OLE color: 11201650.
HSL color Cylindrical-coordinate representation of color #72ECAA: hue angle of 147.54º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECAA is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 170 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.07 |
| HSL | 147.54º | 0.76% | 0.69% | - |
| HSV(B) | 147.54º | 0.52% | 0.93% | - |
| XYZ | 44.19 | 66.47 | 48.53 | - |
| YUV | 192 | 115.58 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 170 | 0.52 | 0 | 0.28 | 0.07 | 147.54 | 0.76 | 0.69 |
| Hex | 72 | EC | AA | 34 | 0 | 1C | 7 | 94 | 4C | 45 |
| Octal | 162 | 354 | 252 | 64 | 0 | 34 | 7 | 224 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10101010 | 110100 | 0 | 11100 | 111 | 10010100 | 1001100 | 1000101 |
Color Harmonies of #72ECAA
Complementary color
Monochromatic Colors of #72ECAA
Black with #72ECAA
Text Example
Text Example
White with #72ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECAA; }
p { color: rgb(114,236,170); }
H1.HeaderClassName
{
color: #72ECAA;
}
.AnyTagClassName
{
color: #72ECAA;
}
</style>
background-color css
<style>
a { background-color: #72ECAA; }
a { background-color: rgb(114,236,170); }
div.DivClassName
{
background-color: #72ECAA;
}
.BgClassName
{
background-color: #72ECAA;
}
</style>
border-color css
<style>
span { border-color: #72ECAA; }
span { border-color: rgb(114,236,170); }
td.TdClassName
{
border-color: #72ECAA;
}
.TagClassName
{
border-color: #72ECAA;
}
</style>