Shades of Medium Aquamarine #73CEAC
Tints of Medium Aquamarine #73CEAC
RGB
CMYK
RGB Variations
Color information
#73CEAC (or 0x73CEAC) is known color: Medium Aquamarine. HEX triplet: 73, CE and AC. RGB value is (115,206,172). Sum of RGB (Red+Green+Blue) = 115+206+172=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CEAC is #8C3153. Grayscale: #AEAEAE. Windows color (decimal): -9187668 or 11325043. OLE color: 11325043.
HSL color Cylindrical-coordinate representation of color #73CEAC: hue angle of 157.58º 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 #73CEAC is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 172 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.19 |
| HSL | 157.58º | 0.48% | 0.63% | - |
| HSV(B) | 157.58º | 0.44% | 0.81% | - |
| XYZ | 36.59 | 50.77 | 46.9 | - |
| YUV | 174.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 172 | 0.44 | 0 | 0.17 | 0.19 | 157.58 | 0.48 | 0.63 |
| Hex | 73 | CE | AC | 2C | 0 | 11 | 13 | 9E | 30 | 3F |
| Octal | 163 | 316 | 254 | 54 | 0 | 21 | 23 | 236 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10101100 | 101100 | 0 | 10001 | 10011 | 10011110 | 110000 | 111111 |
Color Harmonies of #73CEAC
Complementary color
Monochromatic Colors of #73CEAC
Black with #73CEAC
Text Example
Text Example
White with #73CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEAC; }
p { color: rgb(115,206,172); }
H1.HeaderClassName
{
color: #73CEAC;
}
.AnyTagClassName
{
color: #73CEAC;
}
</style>
background-color css
<style>
a { background-color: #73CEAC; }
a { background-color: rgb(115,206,172); }
div.DivClassName
{
background-color: #73CEAC;
}
.BgClassName
{
background-color: #73CEAC;
}
</style>
border-color css
<style>
span { border-color: #73CEAC; }
span { border-color: rgb(115,206,172); }
td.TdClassName
{
border-color: #73CEAC;
}
.TagClassName
{
border-color: #73CEAC;
}
</style>