Shades of Medium Aquamarine #72C0A3
Tints of Medium Aquamarine #72C0A3
RGB
CMYK
RGB Variations
Color information
#72C0A3 (or 0x72C0A3) is known color: Medium Aquamarine. HEX triplet: 72, C0 and A3. RGB value is (114,192,163). Sum of RGB (Red+Green+Blue) = 114+192+163=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #72C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C0A3 is #8D3F5C. Grayscale: #A5A5A5. Windows color (decimal): -9256797 or 10731634. OLE color: 10731634.
HSL color Cylindrical-coordinate representation of color #72C0A3: hue angle of 157.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C0A3 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 163 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.25 |
| HSL | 157.69º | 0.38% | 0.6% | - |
| HSV(B) | 157.69º | 0.41% | 0.75% | - |
| XYZ | 32.4 | 43.92 | 41.42 | - |
| YUV | 165.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 163 | 0.41 | 0 | 0.15 | 0.25 | 157.69 | 0.38 | 0.6 |
| Hex | 72 | C0 | A3 | 29 | 0 | F | 19 | 9E | 26 | 3C |
| Octal | 162 | 300 | 243 | 51 | 0 | 17 | 31 | 236 | 46 | 74 |
| Binary | 1110010 | 11000000 | 10100011 | 101001 | 0 | 1111 | 11001 | 10011110 | 100110 | 111100 |
Color Harmonies of #72C0A3
Complementary color
Monochromatic Colors of #72C0A3
Black with #72C0A3
Text Example
Text Example
White with #72C0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0A3; }
p { color: rgb(114,192,163); }
H1.HeaderClassName
{
color: #72C0A3;
}
.AnyTagClassName
{
color: #72C0A3;
}
</style>
background-color css
<style>
a { background-color: #72C0A3; }
a { background-color: rgb(114,192,163); }
div.DivClassName
{
background-color: #72C0A3;
}
.BgClassName
{
background-color: #72C0A3;
}
</style>
border-color css
<style>
span { border-color: #72C0A3; }
span { border-color: rgb(114,192,163); }
td.TdClassName
{
border-color: #72C0A3;
}
.TagClassName
{
border-color: #72C0A3;
}
</style>