Shades of Medium Aquamarine #72DD9C
Tints of Medium Aquamarine #72DD9C
RGB
CMYK
RGB Variations
Color information
#72DD9C (or 0x72DD9C) is known color: Medium Aquamarine. HEX triplet: 72, DD and 9C. RGB value is (114,221,156). Sum of RGB (Red+Green+Blue) = 114+221+156=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DD9C is #8D2263. Grayscale: #B5B5B5. Windows color (decimal): -9249380 or 10280306. OLE color: 10280306.
HSL color Cylindrical-coordinate representation of color #72DD9C: hue angle of 143.55º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DD9C is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 156 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.13 |
| HSL | 143.55º | 0.61% | 0.66% | - |
| HSV(B) | 143.55º | 0.48% | 0.87% | - |
| XYZ | 38.8 | 57.69 | 40.54 | - |
| YUV | 181.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 156 | 0.48 | 0 | 0.29 | 0.13 | 143.55 | 0.61 | 0.66 |
| Hex | 72 | DD | 9C | 30 | 0 | 1D | D | 90 | 3D | 42 |
| Octal | 162 | 335 | 234 | 60 | 0 | 35 | 15 | 220 | 75 | 102 |
| Binary | 1110010 | 11011101 | 10011100 | 110000 | 0 | 11101 | 1101 | 10010000 | 111101 | 1000010 |
Color Harmonies of #72DD9C
Complementary color
Monochromatic Colors of #72DD9C
Black with #72DD9C
Text Example
Text Example
White with #72DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DD9C; }
p { color: rgb(114,221,156); }
H1.HeaderClassName
{
color: #72DD9C;
}
.AnyTagClassName
{
color: #72DD9C;
}
</style>
background-color css
<style>
a { background-color: #72DD9C; }
a { background-color: rgb(114,221,156); }
div.DivClassName
{
background-color: #72DD9C;
}
.BgClassName
{
background-color: #72DD9C;
}
</style>
border-color css
<style>
span { border-color: #72DD9C; }
span { border-color: rgb(114,221,156); }
td.TdClassName
{
border-color: #72DD9C;
}
.TagClassName
{
border-color: #72DD9C;
}
</style>