Shades of Medium Aquamarine #72DAA2
Tints of Medium Aquamarine #72DAA2
RGB
CMYK
RGB Variations
Color information
#72DAA2 (or 0x72DAA2) is known color: Medium Aquamarine. HEX triplet: 72, DA and A2. RGB value is (114,218,162). Sum of RGB (Red+Green+Blue) = 114+218+162=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DAA2 is #8D255D. Grayscale: #B4B4B4. Windows color (decimal): -9250142 or 10672754. OLE color: 10672754.
HSL color Cylindrical-coordinate representation of color #72DAA2: hue angle of 147.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DAA2 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 218 | 162 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.15 |
| HSL | 147.69º | 0.58% | 0.65% | - |
| HSV(B) | 147.69º | 0.48% | 0.85% | - |
| XYZ | 38.53 | 56.33 | 43.02 | - |
| YUV | 180.52 | 117.54 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 218 | 162 | 0.48 | 0 | 0.26 | 0.15 | 147.69 | 0.58 | 0.65 |
| Hex | 72 | DA | A2 | 30 | 0 | 1A | F | 94 | 3A | 41 |
| Octal | 162 | 332 | 242 | 60 | 0 | 32 | 17 | 224 | 72 | 101 |
| Binary | 1110010 | 11011010 | 10100010 | 110000 | 0 | 11010 | 1111 | 10010100 | 111010 | 1000001 |
Color Harmonies of #72DAA2
Complementary color
Monochromatic Colors of #72DAA2
Black with #72DAA2
Text Example
Text Example
White with #72DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DAA2; }
p { color: rgb(114,218,162); }
H1.HeaderClassName
{
color: #72DAA2;
}
.AnyTagClassName
{
color: #72DAA2;
}
</style>
background-color css
<style>
a { background-color: #72DAA2; }
a { background-color: rgb(114,218,162); }
div.DivClassName
{
background-color: #72DAA2;
}
.BgClassName
{
background-color: #72DAA2;
}
</style>
border-color css
<style>
span { border-color: #72DAA2; }
span { border-color: rgb(114,218,162); }
td.TdClassName
{
border-color: #72DAA2;
}
.TagClassName
{
border-color: #72DAA2;
}
</style>