Shades of Medium Aquamarine #72D5A1
Tints of Medium Aquamarine #72D5A1
RGB
CMYK
RGB Variations
Color information
#72D5A1 (or 0x72D5A1) is known color: Medium Aquamarine. HEX triplet: 72, D5 and A1. RGB value is (114,213,161). Sum of RGB (Red+Green+Blue) = 114+213+161=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D5A1 is #8D2A5E. Grayscale: #B1B1B1. Windows color (decimal): -9251423 or 10605938. OLE color: 10605938.
HSL color Cylindrical-coordinate representation of color #72D5A1: hue angle of 148.48º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D5A1 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 161 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.16 |
| HSL | 148.48º | 0.54% | 0.64% | - |
| HSV(B) | 148.48º | 0.46% | 0.84% | - |
| XYZ | 37.17 | 53.74 | 42.13 | - |
| YUV | 177.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 161 | 0.46 | 0 | 0.24 | 0.16 | 148.48 | 0.54 | 0.64 |
| Hex | 72 | D5 | A1 | 2E | 0 | 18 | 10 | 94 | 36 | 40 |
| Octal | 162 | 325 | 241 | 56 | 0 | 30 | 20 | 224 | 66 | 100 |
| Binary | 1110010 | 11010101 | 10100001 | 101110 | 0 | 11000 | 10000 | 10010100 | 110110 | 1000000 |
Color Harmonies of #72D5A1
Complementary color
Monochromatic Colors of #72D5A1
Black with #72D5A1
Text Example
Text Example
White with #72D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D5A1; }
p { color: rgb(114,213,161); }
H1.HeaderClassName
{
color: #72D5A1;
}
.AnyTagClassName
{
color: #72D5A1;
}
</style>
background-color css
<style>
a { background-color: #72D5A1; }
a { background-color: rgb(114,213,161); }
div.DivClassName
{
background-color: #72D5A1;
}
.BgClassName
{
background-color: #72D5A1;
}
</style>
border-color css
<style>
span { border-color: #72D5A1; }
span { border-color: rgb(114,213,161); }
td.TdClassName
{
border-color: #72D5A1;
}
.TagClassName
{
border-color: #72D5A1;
}
</style>