Shades of Medium Aquamarine #72DB9B
Tints of Medium Aquamarine #72DB9B
RGB
CMYK
RGB Variations
Color information
#72DB9B (or 0x72DB9B) is known color: Medium Aquamarine. HEX triplet: 72, DB and 9B. RGB value is (114,219,155). Sum of RGB (Red+Green+Blue) = 114+219+155=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB9B is #8D2464. Grayscale: #B4B4B4. Windows color (decimal): -9249893 or 10214258. OLE color: 10214258.
HSL color Cylindrical-coordinate representation of color #72DB9B: hue angle of 143.43º 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 #72DB9B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 155 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.14 |
| HSL | 143.43º | 0.59% | 0.65% | - |
| HSV(B) | 143.43º | 0.48% | 0.86% | - |
| XYZ | 38.19 | 56.61 | 39.92 | - |
| YUV | 180.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 155 | 0.48 | 0 | 0.29 | 0.14 | 143.43 | 0.59 | 0.65 |
| Hex | 72 | DB | 9B | 30 | 0 | 1D | E | 8F | 3B | 41 |
| Octal | 162 | 333 | 233 | 60 | 0 | 35 | 16 | 217 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10011011 | 110000 | 0 | 11101 | 1110 | 10001111 | 111011 | 1000001 |
Color Harmonies of #72DB9B
Complementary color
Monochromatic Colors of #72DB9B
Black with #72DB9B
Text Example
Text Example
White with #72DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB9B; }
p { color: rgb(114,219,155); }
H1.HeaderClassName
{
color: #72DB9B;
}
.AnyTagClassName
{
color: #72DB9B;
}
</style>
background-color css
<style>
a { background-color: #72DB9B; }
a { background-color: rgb(114,219,155); }
div.DivClassName
{
background-color: #72DB9B;
}
.BgClassName
{
background-color: #72DB9B;
}
</style>
border-color css
<style>
span { border-color: #72DB9B; }
span { border-color: rgb(114,219,155); }
td.TdClassName
{
border-color: #72DB9B;
}
.TagClassName
{
border-color: #72DB9B;
}
</style>