Shades of Medium Aquamarine #72DF9E
Tints of Medium Aquamarine #72DF9E
RGB
CMYK
RGB Variations
Color information
#72DF9E (or 0x72DF9E) is known color: Medium Aquamarine. HEX triplet: 72, DF and 9E. RGB value is (114,223,158). Sum of RGB (Red+Green+Blue) = 114+223+158=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DF9E is #8D2061. Grayscale: #B7B7B7. Windows color (decimal): -9248866 or 10411890. OLE color: 10411890.
HSL color Cylindrical-coordinate representation of color #72DF9E: hue angle of 144.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DF9E is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 158 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.13 |
| HSL | 144.22º | 0.63% | 0.66% | - |
| HSV(B) | 144.22º | 0.49% | 0.87% | - |
| XYZ | 39.5 | 58.82 | 41.62 | - |
| YUV | 183 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 158 | 0.49 | 0 | 0.29 | 0.13 | 144.22 | 0.63 | 0.66 |
| Hex | 72 | DF | 9E | 31 | 0 | 1D | D | 90 | 3F | 42 |
| Octal | 162 | 337 | 236 | 61 | 0 | 35 | 15 | 220 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10011110 | 110001 | 0 | 11101 | 1101 | 10010000 | 111111 | 1000010 |
Color Harmonies of #72DF9E
Complementary color
Monochromatic Colors of #72DF9E
Black with #72DF9E
Text Example
Text Example
White with #72DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF9E; }
p { color: rgb(114,223,158); }
H1.HeaderClassName
{
color: #72DF9E;
}
.AnyTagClassName
{
color: #72DF9E;
}
</style>
background-color css
<style>
a { background-color: #72DF9E; }
a { background-color: rgb(114,223,158); }
div.DivClassName
{
background-color: #72DF9E;
}
.BgClassName
{
background-color: #72DF9E;
}
</style>
border-color css
<style>
span { border-color: #72DF9E; }
span { border-color: rgb(114,223,158); }
td.TdClassName
{
border-color: #72DF9E;
}
.TagClassName
{
border-color: #72DF9E;
}
</style>