Shades of Medium Aquamarine #72E6A5
Tints of Medium Aquamarine #72E6A5
RGB
CMYK
RGB Variations
Color information
#72E6A5 (or 0x72E6A5) is known color: Medium Aquamarine. HEX triplet: 72, E6 and A5. RGB value is (114,230,165). Sum of RGB (Red+Green+Blue) = 114+230+165=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E6A5 is #8D195A. Grayscale: #BCBCBC. Windows color (decimal): -9247067 or 10872434. OLE color: 10872434.
HSL color Cylindrical-coordinate representation of color #72E6A5: hue angle of 146.38º 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 #72E6A5 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 165 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.10 |
| HSL | 146.38º | 0.7% | 0.67% | - |
| HSV(B) | 146.38º | 0.5% | 0.9% | - |
| XYZ | 42.03 | 62.89 | 45.52 | - |
| YUV | 187.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 165 | 0.50 | 0 | 0.28 | 0.10 | 146.38 | 0.7 | 0.67 |
| Hex | 72 | E6 | A5 | 32 | 0 | 1C | A | 92 | 46 | 43 |
| Octal | 162 | 346 | 245 | 62 | 0 | 34 | 12 | 222 | 106 | 103 |
| Binary | 1110010 | 11100110 | 10100101 | 110010 | 0 | 11100 | 1010 | 10010010 | 1000110 | 1000011 |
Color Harmonies of #72E6A5
Complementary color
Monochromatic Colors of #72E6A5
Black with #72E6A5
Text Example
Text Example
White with #72E6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6A5; }
p { color: rgb(114,230,165); }
H1.HeaderClassName
{
color: #72E6A5;
}
.AnyTagClassName
{
color: #72E6A5;
}
</style>
background-color css
<style>
a { background-color: #72E6A5; }
a { background-color: rgb(114,230,165); }
div.DivClassName
{
background-color: #72E6A5;
}
.BgClassName
{
background-color: #72E6A5;
}
</style>
border-color css
<style>
span { border-color: #72E6A5; }
span { border-color: rgb(114,230,165); }
td.TdClassName
{
border-color: #72E6A5;
}
.TagClassName
{
border-color: #72E6A5;
}
</style>