Shades of Medium Aquamarine #72D4A4
Tints of Medium Aquamarine #72D4A4
RGB
CMYK
RGB Variations
Color information
#72D4A4 (or 0x72D4A4) is known color: Medium Aquamarine. HEX triplet: 72, D4 and A4. RGB value is (114,212,164). Sum of RGB (Red+Green+Blue) = 114+212+164=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #72D4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D4A4 is #8D2B5B. Grayscale: #B1B1B1. Windows color (decimal): -9251676 or 10802290. OLE color: 10802290.
HSL color Cylindrical-coordinate representation of color #72D4A4: hue angle of 150.61º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D4A4 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 164 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.17 |
| HSL | 150.61º | 0.53% | 0.64% | - |
| HSV(B) | 150.61º | 0.46% | 0.83% | - |
| XYZ | 37.18 | 53.34 | 43.46 | - |
| YUV | 177.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 164 | 0.46 | 0 | 0.23 | 0.17 | 150.61 | 0.53 | 0.64 |
| Hex | 72 | D4 | A4 | 2E | 0 | 17 | 11 | 97 | 35 | 40 |
| Octal | 162 | 324 | 244 | 56 | 0 | 27 | 21 | 227 | 65 | 100 |
| Binary | 1110010 | 11010100 | 10100100 | 101110 | 0 | 10111 | 10001 | 10010111 | 110101 | 1000000 |
Color Harmonies of #72D4A4
Complementary color
Monochromatic Colors of #72D4A4
Black with #72D4A4
Text Example
Text Example
White with #72D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D4A4; }
p { color: rgb(114,212,164); }
H1.HeaderClassName
{
color: #72D4A4;
}
.AnyTagClassName
{
color: #72D4A4;
}
</style>
background-color css
<style>
a { background-color: #72D4A4; }
a { background-color: rgb(114,212,164); }
div.DivClassName
{
background-color: #72D4A4;
}
.BgClassName
{
background-color: #72D4A4;
}
</style>
border-color css
<style>
span { border-color: #72D4A4; }
span { border-color: rgb(114,212,164); }
td.TdClassName
{
border-color: #72D4A4;
}
.TagClassName
{
border-color: #72D4A4;
}
</style>