Shades of Medium Aquamarine #72E0A8
Tints of Medium Aquamarine #72E0A8
RGB
CMYK
RGB Variations
Color information
#72E0A8 (or 0x72E0A8) is known color: Medium Aquamarine. HEX triplet: 72, E0 and A8. RGB value is (114,224,168). Sum of RGB (Red+Green+Blue) = 114+224+168=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E0A8 is #8D1F57. Grayscale: #B8B8B8. Windows color (decimal): -9248600 or 11067506. OLE color: 11067506.
HSL color Cylindrical-coordinate representation of color #72E0A8: hue angle of 149.45º degrees, saturation: 0.64, 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 #72E0A8 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 168 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.12 |
| HSL | 149.45º | 0.64% | 0.66% | - |
| HSV(B) | 149.45º | 0.49% | 0.88% | - |
| XYZ | 40.66 | 59.72 | 46.43 | - |
| YUV | 184.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 168 | 0.49 | 0 | 0.25 | 0.12 | 149.45 | 0.64 | 0.66 |
| Hex | 72 | E0 | A8 | 31 | 0 | 19 | C | 95 | 40 | 42 |
| Octal | 162 | 340 | 250 | 61 | 0 | 31 | 14 | 225 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10101000 | 110001 | 0 | 11001 | 1100 | 10010101 | 1000000 | 1000010 |
Color Harmonies of #72E0A8
Complementary color
Monochromatic Colors of #72E0A8
Black with #72E0A8
Text Example
Text Example
White with #72E0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0A8; }
p { color: rgb(114,224,168); }
H1.HeaderClassName
{
color: #72E0A8;
}
.AnyTagClassName
{
color: #72E0A8;
}
</style>
background-color css
<style>
a { background-color: #72E0A8; }
a { background-color: rgb(114,224,168); }
div.DivClassName
{
background-color: #72E0A8;
}
.BgClassName
{
background-color: #72E0A8;
}
</style>
border-color css
<style>
span { border-color: #72E0A8; }
span { border-color: rgb(114,224,168); }
td.TdClassName
{
border-color: #72E0A8;
}
.TagClassName
{
border-color: #72E0A8;
}
</style>