Shades of Medium Aquamarine #72DC9D
Tints of Medium Aquamarine #72DC9D
RGB
CMYK
RGB Variations
Color information
#72DC9D (or 0x72DC9D) is known color: Medium Aquamarine. HEX triplet: 72, DC and 9D. RGB value is (114,220,157). Sum of RGB (Red+Green+Blue) = 114+220+157=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC9D is #8D2362. Grayscale: #B5B5B5. Windows color (decimal): -9249635 or 10345586. OLE color: 10345586.
HSL color Cylindrical-coordinate representation of color #72DC9D: hue angle of 144.34º degrees, saturation: 0.6, 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 #72DC9D is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 157 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.14 |
| HSL | 144.34º | 0.6% | 0.65% | - |
| HSV(B) | 144.34º | 0.48% | 0.86% | - |
| XYZ | 38.62 | 57.2 | 40.9 | - |
| YUV | 181.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 157 | 0.48 | 0 | 0.29 | 0.14 | 144.34 | 0.6 | 0.65 |
| Hex | 72 | DC | 9D | 30 | 0 | 1D | E | 90 | 3C | 41 |
| Octal | 162 | 334 | 235 | 60 | 0 | 35 | 16 | 220 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10011101 | 110000 | 0 | 11101 | 1110 | 10010000 | 111100 | 1000001 |
Color Harmonies of #72DC9D
Complementary color
Monochromatic Colors of #72DC9D
Black with #72DC9D
Text Example
Text Example
White with #72DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC9D; }
p { color: rgb(114,220,157); }
H1.HeaderClassName
{
color: #72DC9D;
}
.AnyTagClassName
{
color: #72DC9D;
}
</style>
background-color css
<style>
a { background-color: #72DC9D; }
a { background-color: rgb(114,220,157); }
div.DivClassName
{
background-color: #72DC9D;
}
.BgClassName
{
background-color: #72DC9D;
}
</style>
border-color css
<style>
span { border-color: #72DC9D; }
span { border-color: rgb(114,220,157); }
td.TdClassName
{
border-color: #72DC9D;
}
.TagClassName
{
border-color: #72DC9D;
}
</style>