Shades of Medium Aquamarine #72E1AB
Tints of Medium Aquamarine #72E1AB
RGB
CMYK
RGB Variations
Color information
#72E1AB (or 0x72E1AB) is known color: Medium Aquamarine. HEX triplet: 72, E1 and AB. RGB value is (114,225,171). Sum of RGB (Red+Green+Blue) = 114+225+171=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E1AB is #8D1E54. Grayscale: #B9B9B9. Windows color (decimal): -9248341 or 11264370. OLE color: 11264370.
HSL color Cylindrical-coordinate representation of color #72E1AB: hue angle of 150.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1AB is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 171 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.12 |
| HSL | 150.81º | 0.65% | 0.66% | - |
| HSV(B) | 150.81º | 0.49% | 0.88% | - |
| XYZ | 41.22 | 60.37 | 48.01 | - |
| YUV | 185.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 171 | 0.49 | 0 | 0.24 | 0.12 | 150.81 | 0.65 | 0.66 |
| Hex | 72 | E1 | AB | 31 | 0 | 18 | C | 97 | 41 | 42 |
| Octal | 162 | 341 | 253 | 61 | 0 | 30 | 14 | 227 | 101 | 102 |
| Binary | 1110010 | 11100001 | 10101011 | 110001 | 0 | 11000 | 1100 | 10010111 | 1000001 | 1000010 |
Color Harmonies of #72E1AB
Complementary color
Monochromatic Colors of #72E1AB
Black with #72E1AB
Text Example
Text Example
White with #72E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1AB; }
p { color: rgb(114,225,171); }
H1.HeaderClassName
{
color: #72E1AB;
}
.AnyTagClassName
{
color: #72E1AB;
}
</style>
background-color css
<style>
a { background-color: #72E1AB; }
a { background-color: rgb(114,225,171); }
div.DivClassName
{
background-color: #72E1AB;
}
.BgClassName
{
background-color: #72E1AB;
}
</style>
border-color css
<style>
span { border-color: #72E1AB; }
span { border-color: rgb(114,225,171); }
td.TdClassName
{
border-color: #72E1AB;
}
.TagClassName
{
border-color: #72E1AB;
}
</style>