Shades of Medium Aquamarine #72DB9C
Tints of Medium Aquamarine #72DB9C
RGB
CMYK
RGB Variations
Color information
#72DB9C (or 0x72DB9C) is known color: Medium Aquamarine. HEX triplet: 72, DB and 9C. RGB value is (114,219,156). Sum of RGB (Red+Green+Blue) = 114+219+156=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB9C is #8D2463. Grayscale: #B4B4B4. Windows color (decimal): -9249892 or 10279794. OLE color: 10279794.
HSL color Cylindrical-coordinate representation of color #72DB9C: hue angle of 144º 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 #72DB9C is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 156 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.14 |
| HSL | 144º | 0.59% | 0.65% | - |
| HSV(B) | 144º | 0.48% | 0.86% | - |
| XYZ | 38.27 | 56.64 | 40.37 | - |
| YUV | 180.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 156 | 0.48 | 0 | 0.29 | 0.14 | 144 | 0.59 | 0.65 |
| Hex | 72 | DB | 9C | 30 | 0 | 1D | E | 90 | 3B | 41 |
| Octal | 162 | 333 | 234 | 60 | 0 | 35 | 16 | 220 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10011100 | 110000 | 0 | 11101 | 1110 | 10010000 | 111011 | 1000001 |
Color Harmonies of #72DB9C
Complementary color
Monochromatic Colors of #72DB9C
Black with #72DB9C
Text Example
Text Example
White with #72DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB9C; }
p { color: rgb(114,219,156); }
H1.HeaderClassName
{
color: #72DB9C;
}
.AnyTagClassName
{
color: #72DB9C;
}
</style>
background-color css
<style>
a { background-color: #72DB9C; }
a { background-color: rgb(114,219,156); }
div.DivClassName
{
background-color: #72DB9C;
}
.BgClassName
{
background-color: #72DB9C;
}
</style>
border-color css
<style>
span { border-color: #72DB9C; }
span { border-color: rgb(114,219,156); }
td.TdClassName
{
border-color: #72DB9C;
}
.TagClassName
{
border-color: #72DB9C;
}
</style>