Shades of Medium Aquamarine #72E6AD
Tints of Medium Aquamarine #72E6AD
RGB
CMYK
RGB Variations
Color information
#72E6AD (or 0x72E6AD) is known color: Medium Aquamarine. HEX triplet: 72, E6 and AD. RGB value is (114,230,173). Sum of RGB (Red+Green+Blue) = 114+230+173=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E6AD is #8D1952. Grayscale: #BCBCBC. Windows color (decimal): -9247059 or 11396722. OLE color: 11396722.
HSL color Cylindrical-coordinate representation of color #72E6AD: hue angle of 150.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6AD is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 173 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.10 |
| HSL | 150.52º | 0.7% | 0.67% | - |
| HSV(B) | 150.52º | 0.5% | 0.9% | - |
| XYZ | 42.78 | 63.19 | 49.48 | - |
| YUV | 188.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 173 | 0.50 | 0 | 0.25 | 0.10 | 150.52 | 0.7 | 0.67 |
| Hex | 72 | E6 | AD | 32 | 0 | 19 | A | 97 | 46 | 43 |
| Octal | 162 | 346 | 255 | 62 | 0 | 31 | 12 | 227 | 106 | 103 |
| Binary | 1110010 | 11100110 | 10101101 | 110010 | 0 | 11001 | 1010 | 10010111 | 1000110 | 1000011 |
Color Harmonies of #72E6AD
Complementary color
Monochromatic Colors of #72E6AD
Black with #72E6AD
Text Example
Text Example
White with #72E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6AD; }
p { color: rgb(114,230,173); }
H1.HeaderClassName
{
color: #72E6AD;
}
.AnyTagClassName
{
color: #72E6AD;
}
</style>
background-color css
<style>
a { background-color: #72E6AD; }
a { background-color: rgb(114,230,173); }
div.DivClassName
{
background-color: #72E6AD;
}
.BgClassName
{
background-color: #72E6AD;
}
</style>
border-color css
<style>
span { border-color: #72E6AD; }
span { border-color: rgb(114,230,173); }
td.TdClassName
{
border-color: #72E6AD;
}
.TagClassName
{
border-color: #72E6AD;
}
</style>