Shades of Medium Aquamarine #72D9A8
Tints of Medium Aquamarine #72D9A8
RGB
CMYK
RGB Variations
Color information
#72D9A8 (or 0x72D9A8) is known color: Medium Aquamarine. HEX triplet: 72, D9 and A8. RGB value is (114,217,168). Sum of RGB (Red+Green+Blue) = 114+217+168=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D9A8 is #8D2657. Grayscale: #B4B4B4. Windows color (decimal): -9250392 or 11065714. OLE color: 11065714.
HSL color Cylindrical-coordinate representation of color #72D9A8: hue angle of 151.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D9A8 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 168 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.15 |
| HSL | 151.46º | 0.58% | 0.65% | - |
| HSV(B) | 151.46º | 0.47% | 0.85% | - |
| XYZ | 38.82 | 56.03 | 45.81 | - |
| YUV | 180.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 168 | 0.47 | 0 | 0.23 | 0.15 | 151.46 | 0.58 | 0.65 |
| Hex | 72 | D9 | A8 | 2F | 0 | 17 | F | 97 | 3A | 41 |
| Octal | 162 | 331 | 250 | 57 | 0 | 27 | 17 | 227 | 72 | 101 |
| Binary | 1110010 | 11011001 | 10101000 | 101111 | 0 | 10111 | 1111 | 10010111 | 111010 | 1000001 |
Color Harmonies of #72D9A8
Complementary color
Monochromatic Colors of #72D9A8
Black with #72D9A8
Text Example
Text Example
White with #72D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D9A8; }
p { color: rgb(114,217,168); }
H1.HeaderClassName
{
color: #72D9A8;
}
.AnyTagClassName
{
color: #72D9A8;
}
</style>
background-color css
<style>
a { background-color: #72D9A8; }
a { background-color: rgb(114,217,168); }
div.DivClassName
{
background-color: #72D9A8;
}
.BgClassName
{
background-color: #72D9A8;
}
</style>
border-color css
<style>
span { border-color: #72D9A8; }
span { border-color: rgb(114,217,168); }
td.TdClassName
{
border-color: #72D9A8;
}
.TagClassName
{
border-color: #72D9A8;
}
</style>