Shades of Medium Aquamarine #73CDAB
Tints of Medium Aquamarine #73CDAB
RGB
CMYK
RGB Variations
Color information
#73CDAB (or 0x73CDAB) is known color: Medium Aquamarine. HEX triplet: 73, CD and AB. RGB value is (115,205,171). Sum of RGB (Red+Green+Blue) = 115+205+171=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CDAB is #8C3254. Grayscale: #AEAEAE. Windows color (decimal): -9187925 or 11259251. OLE color: 11259251.
HSL color Cylindrical-coordinate representation of color #73CDAB: hue angle of 157.33º 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 #73CDAB is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 171 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.20 |
| HSL | 157.33º | 0.47% | 0.63% | - |
| HSV(B) | 157.33º | 0.44% | 0.8% | - |
| XYZ | 36.25 | 50.25 | 46.32 | - |
| YUV | 174.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 171 | 0.44 | 0 | 0.17 | 0.20 | 157.33 | 0.47 | 0.63 |
| Hex | 73 | CD | AB | 2C | 0 | 11 | 14 | 9D | 2F | 3F |
| Octal | 163 | 315 | 253 | 54 | 0 | 21 | 24 | 235 | 57 | 77 |
| Binary | 1110011 | 11001101 | 10101011 | 101100 | 0 | 10001 | 10100 | 10011101 | 101111 | 111111 |
Color Harmonies of #73CDAB
Complementary color
Monochromatic Colors of #73CDAB
Black with #73CDAB
Text Example
Text Example
White with #73CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDAB; }
p { color: rgb(115,205,171); }
H1.HeaderClassName
{
color: #73CDAB;
}
.AnyTagClassName
{
color: #73CDAB;
}
</style>
background-color css
<style>
a { background-color: #73CDAB; }
a { background-color: rgb(115,205,171); }
div.DivClassName
{
background-color: #73CDAB;
}
.BgClassName
{
background-color: #73CDAB;
}
</style>
border-color css
<style>
span { border-color: #73CDAB; }
span { border-color: rgb(115,205,171); }
td.TdClassName
{
border-color: #73CDAB;
}
.TagClassName
{
border-color: #73CDAB;
}
</style>