Shades of Medium Aquamarine #73CA9F
Tints of Medium Aquamarine #73CA9F
RGB
CMYK
RGB Variations
Color information
#73CA9F (or 0x73CA9F) is known color: Medium Aquamarine. HEX triplet: 73, CA and 9F. RGB value is (115,202,159). Sum of RGB (Red+Green+Blue) = 115+202+159=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CA9F is #8C3560. Grayscale: #ABABAB. Windows color (decimal): -9188705 or 10472051. OLE color: 10472051.
HSL color Cylindrical-coordinate representation of color #73CA9F: hue angle of 150.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CA9F is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 159 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.21 |
| HSL | 150.34º | 0.45% | 0.62% | - |
| HSV(B) | 150.34º | 0.43% | 0.79% | - |
| XYZ | 34.45 | 48.39 | 40.33 | - |
| YUV | 171.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 159 | 0.43 | 0 | 0.21 | 0.21 | 150.34 | 0.45 | 0.62 |
| Hex | 73 | CA | 9F | 2B | 0 | 15 | 15 | 96 | 2D | 3E |
| Octal | 163 | 312 | 237 | 53 | 0 | 25 | 25 | 226 | 55 | 76 |
| Binary | 1110011 | 11001010 | 10011111 | 101011 | 0 | 10101 | 10101 | 10010110 | 101101 | 111110 |
Color Harmonies of #73CA9F
Complementary color
Monochromatic Colors of #73CA9F
Black with #73CA9F
Text Example
Text Example
White with #73CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA9F; }
p { color: rgb(115,202,159); }
H1.HeaderClassName
{
color: #73CA9F;
}
.AnyTagClassName
{
color: #73CA9F;
}
</style>
background-color css
<style>
a { background-color: #73CA9F; }
a { background-color: rgb(115,202,159); }
div.DivClassName
{
background-color: #73CA9F;
}
.BgClassName
{
background-color: #73CA9F;
}
</style>
border-color css
<style>
span { border-color: #73CA9F; }
span { border-color: rgb(115,202,159); }
td.TdClassName
{
border-color: #73CA9F;
}
.TagClassName
{
border-color: #73CA9F;
}
</style>