Shades of Medium Aquamarine #72CDA0
Tints of Medium Aquamarine #72CDA0
RGB
CMYK
RGB Variations
Color information
#72CDA0 (or 0x72CDA0) is known color: Medium Aquamarine. HEX triplet: 72, CD and A0. RGB value is (114,205,160). Sum of RGB (Red+Green+Blue) = 114+205+160=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CDA0 is #8D325F. Grayscale: #ACACAC. Windows color (decimal): -9253472 or 10538354. OLE color: 10538354.
HSL color Cylindrical-coordinate representation of color #72CDA0: hue angle of 150.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDA0 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 205 | 160 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.20 |
| HSL | 150.33º | 0.48% | 0.63% | - |
| HSV(B) | 150.33º | 0.44% | 0.8% | - |
| XYZ | 35.12 | 49.78 | 41.02 | - |
| YUV | 172.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 160 | 0.44 | 0 | 0.22 | 0.20 | 150.33 | 0.48 | 0.63 |
| Hex | 72 | CD | A0 | 2C | 0 | 16 | 14 | 96 | 30 | 3F |
| Octal | 162 | 315 | 240 | 54 | 0 | 26 | 24 | 226 | 60 | 77 |
| Binary | 1110010 | 11001101 | 10100000 | 101100 | 0 | 10110 | 10100 | 10010110 | 110000 | 111111 |
Color Harmonies of #72CDA0
Complementary color
Monochromatic Colors of #72CDA0
Black with #72CDA0
Text Example
Text Example
White with #72CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDA0; }
p { color: rgb(114,205,160); }
H1.HeaderClassName
{
color: #72CDA0;
}
.AnyTagClassName
{
color: #72CDA0;
}
</style>
background-color css
<style>
a { background-color: #72CDA0; }
a { background-color: rgb(114,205,160); }
div.DivClassName
{
background-color: #72CDA0;
}
.BgClassName
{
background-color: #72CDA0;
}
</style>
border-color css
<style>
span { border-color: #72CDA0; }
span { border-color: rgb(114,205,160); }
td.TdClassName
{
border-color: #72CDA0;
}
.TagClassName
{
border-color: #72CDA0;
}
</style>