Shades of Medium Aquamarine #72DF9F
Tints of Medium Aquamarine #72DF9F
RGB
CMYK
RGB Variations
Color information
#72DF9F (or 0x72DF9F) is known color: Medium Aquamarine. HEX triplet: 72, DF and 9F. RGB value is (114,223,159). Sum of RGB (Red+Green+Blue) = 114+223+159=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DF9F is #8D2060. Grayscale: #B7B7B7. Windows color (decimal): -9248865 or 10477426. OLE color: 10477426.
HSL color Cylindrical-coordinate representation of color #72DF9F: hue angle of 144.77º 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 #72DF9F is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 159 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.13 |
| HSL | 144.77º | 0.63% | 0.66% | - |
| HSV(B) | 144.77º | 0.49% | 0.87% | - |
| XYZ | 39.59 | 58.86 | 42.07 | - |
| YUV | 183.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 159 | 0.49 | 0 | 0.29 | 0.13 | 144.77 | 0.63 | 0.66 |
| Hex | 72 | DF | 9F | 31 | 0 | 1D | D | 91 | 3F | 42 |
| Octal | 162 | 337 | 237 | 61 | 0 | 35 | 15 | 221 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10011111 | 110001 | 0 | 11101 | 1101 | 10010001 | 111111 | 1000010 |
Color Harmonies of #72DF9F
Complementary color
Monochromatic Colors of #72DF9F
Black with #72DF9F
Text Example
Text Example
White with #72DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF9F; }
p { color: rgb(114,223,159); }
H1.HeaderClassName
{
color: #72DF9F;
}
.AnyTagClassName
{
color: #72DF9F;
}
</style>
background-color css
<style>
a { background-color: #72DF9F; }
a { background-color: rgb(114,223,159); }
div.DivClassName
{
background-color: #72DF9F;
}
.BgClassName
{
background-color: #72DF9F;
}
</style>
border-color css
<style>
span { border-color: #72DF9F; }
span { border-color: rgb(114,223,159); }
td.TdClassName
{
border-color: #72DF9F;
}
.TagClassName
{
border-color: #72DF9F;
}
</style>