Shades of Medium Aquamarine #72DBA7
Tints of Medium Aquamarine #72DBA7
RGB
CMYK
RGB Variations
Color information
#72DBA7 (or 0x72DBA7) is known color: Medium Aquamarine. HEX triplet: 72, DB and A7. RGB value is (114,219,167). Sum of RGB (Red+Green+Blue) = 114+219+167=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DBA7 is #8D2458. Grayscale: #B5B5B5. Windows color (decimal): -9249881 or 11000690. OLE color: 11000690.
HSL color Cylindrical-coordinate representation of color #72DBA7: hue angle of 150.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBA7 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 167 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.14 |
| HSL | 150.29º | 0.59% | 0.65% | - |
| HSV(B) | 150.29º | 0.48% | 0.86% | - |
| XYZ | 39.25 | 57.03 | 45.5 | - |
| YUV | 181.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 167 | 0.48 | 0 | 0.24 | 0.14 | 150.29 | 0.59 | 0.65 |
| Hex | 72 | DB | A7 | 30 | 0 | 18 | E | 96 | 3B | 41 |
| Octal | 162 | 333 | 247 | 60 | 0 | 30 | 16 | 226 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10100111 | 110000 | 0 | 11000 | 1110 | 10010110 | 111011 | 1000001 |
Color Harmonies of #72DBA7
Complementary color
Monochromatic Colors of #72DBA7
Black with #72DBA7
Text Example
Text Example
White with #72DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBA7; }
p { color: rgb(114,219,167); }
H1.HeaderClassName
{
color: #72DBA7;
}
.AnyTagClassName
{
color: #72DBA7;
}
</style>
background-color css
<style>
a { background-color: #72DBA7; }
a { background-color: rgb(114,219,167); }
div.DivClassName
{
background-color: #72DBA7;
}
.BgClassName
{
background-color: #72DBA7;
}
</style>
border-color css
<style>
span { border-color: #72DBA7; }
span { border-color: rgb(114,219,167); }
td.TdClassName
{
border-color: #72DBA7;
}
.TagClassName
{
border-color: #72DBA7;
}
</style>