Shades of Medium Aquamarine #72DBA4
Tints of Medium Aquamarine #72DBA4
RGB
CMYK
RGB Variations
Color information
#72DBA4 (or 0x72DBA4) is known color: Medium Aquamarine. HEX triplet: 72, DB and A4. RGB value is (114,219,164). Sum of RGB (Red+Green+Blue) = 114+219+164=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DBA4 is #8D245B. Grayscale: #B5B5B5. Windows color (decimal): -9249884 or 10804082. OLE color: 10804082.
HSL color Cylindrical-coordinate representation of color #72DBA4: hue angle of 148.57º 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 #72DBA4 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 164 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.14 |
| HSL | 148.57º | 0.59% | 0.65% | - |
| HSV(B) | 148.57º | 0.48% | 0.86% | - |
| XYZ | 38.97 | 56.92 | 44.05 | - |
| YUV | 181.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 164 | 0.48 | 0 | 0.25 | 0.14 | 148.57 | 0.59 | 0.65 |
| Hex | 72 | DB | A4 | 30 | 0 | 19 | E | 95 | 3B | 41 |
| Octal | 162 | 333 | 244 | 60 | 0 | 31 | 16 | 225 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10100100 | 110000 | 0 | 11001 | 1110 | 10010101 | 111011 | 1000001 |
Color Harmonies of #72DBA4
Complementary color
Monochromatic Colors of #72DBA4
Black with #72DBA4
Text Example
Text Example
White with #72DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBA4; }
p { color: rgb(114,219,164); }
H1.HeaderClassName
{
color: #72DBA4;
}
.AnyTagClassName
{
color: #72DBA4;
}
</style>
background-color css
<style>
a { background-color: #72DBA4; }
a { background-color: rgb(114,219,164); }
div.DivClassName
{
background-color: #72DBA4;
}
.BgClassName
{
background-color: #72DBA4;
}
</style>
border-color css
<style>
span { border-color: #72DBA4; }
span { border-color: rgb(114,219,164); }
td.TdClassName
{
border-color: #72DBA4;
}
.TagClassName
{
border-color: #72DBA4;
}
</style>