Shades of Medium Aquamarine #73CCA0
Tints of Medium Aquamarine #73CCA0
RGB
CMYK
RGB Variations
Color information
#73CCA0 (or 0x73CCA0) is known color: Medium Aquamarine. HEX triplet: 73, CC and A0. RGB value is (115,204,160). Sum of RGB (Red+Green+Blue) = 115+204+160=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CCA0 is #8C335F. Grayscale: #ACACAC. Windows color (decimal): -9188192 or 10538099. OLE color: 10538099.
HSL color Cylindrical-coordinate representation of color #73CCA0: hue angle of 150.34º degrees, saturation: 0.47, 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 #73CCA0 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 160 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.2 |
| HSL | 150.34º | 0.47% | 0.63% | - |
| HSV(B) | 150.34º | 0.44% | 0.8% | - |
| XYZ | 35.01 | 49.37 | 40.94 | - |
| YUV | 172.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 160 | 0.44 | 0 | 0.22 | 0.2 | 150.34 | 0.47 | 0.63 |
| Hex | 73 | CC | A0 | 2C | 0 | 16 | 14 | 96 | 2F | 3F |
| Octal | 163 | 314 | 240 | 54 | 0 | 26 | 24 | 226 | 57 | 77 |
| Binary | 1110011 | 11001100 | 10100000 | 101100 | 0 | 10110 | 10100 | 10010110 | 101111 | 111111 |
Color Harmonies of #73CCA0
Complementary color
Monochromatic Colors of #73CCA0
Black with #73CCA0
Text Example
Text Example
White with #73CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCA0; }
p { color: rgb(115,204,160); }
H1.HeaderClassName
{
color: #73CCA0;
}
.AnyTagClassName
{
color: #73CCA0;
}
</style>
background-color css
<style>
a { background-color: #73CCA0; }
a { background-color: rgb(115,204,160); }
div.DivClassName
{
background-color: #73CCA0;
}
.BgClassName
{
background-color: #73CCA0;
}
</style>
border-color css
<style>
span { border-color: #73CCA0; }
span { border-color: rgb(115,204,160); }
td.TdClassName
{
border-color: #73CCA0;
}
.TagClassName
{
border-color: #73CCA0;
}
</style>