Shades of Medium Aquamarine #73CEAA
Tints of Medium Aquamarine #73CEAA
RGB
CMYK
RGB Variations
Color information
#73CEAA (or 0x73CEAA) is known color: Medium Aquamarine. HEX triplet: 73, CE and AA. RGB value is (115,206,170). Sum of RGB (Red+Green+Blue) = 115+206+170=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CEAA is #8C3155. Grayscale: #AEAEAE. Windows color (decimal): -9187670 or 11193971. OLE color: 11193971.
HSL color Cylindrical-coordinate representation of color #73CEAA: hue angle of 156.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CEAA is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 170 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.19 |
| HSL | 156.26º | 0.48% | 0.63% | - |
| HSV(B) | 156.26º | 0.44% | 0.81% | - |
| XYZ | 36.4 | 50.69 | 45.9 | - |
| YUV | 174.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 170 | 0.44 | 0 | 0.17 | 0.19 | 156.26 | 0.48 | 0.63 |
| Hex | 73 | CE | AA | 2C | 0 | 11 | 13 | 9C | 30 | 3F |
| Octal | 163 | 316 | 252 | 54 | 0 | 21 | 23 | 234 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10101010 | 101100 | 0 | 10001 | 10011 | 10011100 | 110000 | 111111 |
Color Harmonies of #73CEAA
Complementary color
Monochromatic Colors of #73CEAA
Black with #73CEAA
Text Example
Text Example
White with #73CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEAA; }
p { color: rgb(115,206,170); }
H1.HeaderClassName
{
color: #73CEAA;
}
.AnyTagClassName
{
color: #73CEAA;
}
</style>
background-color css
<style>
a { background-color: #73CEAA; }
a { background-color: rgb(115,206,170); }
div.DivClassName
{
background-color: #73CEAA;
}
.BgClassName
{
background-color: #73CEAA;
}
</style>
border-color css
<style>
span { border-color: #73CEAA; }
span { border-color: rgb(115,206,170); }
td.TdClassName
{
border-color: #73CEAA;
}
.TagClassName
{
border-color: #73CEAA;
}
</style>