Shades of Medium Aquamarine #73C8AA
Tints of Medium Aquamarine #73C8AA
RGB
CMYK
RGB Variations
Color information
#73C8AA (or 0x73C8AA) is known color: Medium Aquamarine. HEX triplet: 73, C8 and AA. RGB value is (115,200,170). Sum of RGB (Red+Green+Blue) = 115+200+170=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C8AA is #8C3755. Grayscale: #ABABAB. Windows color (decimal): -9189206 or 11192435. OLE color: 11192435.
HSL color Cylindrical-coordinate representation of color #73C8AA: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8AA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 170 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.22 |
| HSL | 158.82º | 0.44% | 0.62% | - |
| HSV(B) | 158.82º | 0.43% | 0.78% | - |
| XYZ | 34.98 | 47.86 | 45.42 | - |
| YUV | 171.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 170 | 0.42 | 0 | 0.15 | 0.22 | 158.82 | 0.44 | 0.62 |
| Hex | 73 | C8 | AA | 2A | 0 | F | 16 | 9F | 2C | 3E |
| Octal | 163 | 310 | 252 | 52 | 0 | 17 | 26 | 237 | 54 | 76 |
| Binary | 1110011 | 11001000 | 10101010 | 101010 | 0 | 1111 | 10110 | 10011111 | 101100 | 111110 |
Color Harmonies of #73C8AA
Complementary color
Monochromatic Colors of #73C8AA
Black with #73C8AA
Text Example
Text Example
White with #73C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C8AA; }
p { color: rgb(115,200,170); }
H1.HeaderClassName
{
color: #73C8AA;
}
.AnyTagClassName
{
color: #73C8AA;
}
</style>
background-color css
<style>
a { background-color: #73C8AA; }
a { background-color: rgb(115,200,170); }
div.DivClassName
{
background-color: #73C8AA;
}
.BgClassName
{
background-color: #73C8AA;
}
</style>
border-color css
<style>
span { border-color: #73C8AA; }
span { border-color: rgb(115,200,170); }
td.TdClassName
{
border-color: #73C8AA;
}
.TagClassName
{
border-color: #73C8AA;
}
</style>