Shades of Medium Aquamarine #73CDA3
Tints of Medium Aquamarine #73CDA3
RGB
CMYK
RGB Variations
Color information
#73CDA3 (or 0x73CDA3) is known color: Medium Aquamarine. HEX triplet: 73, CD and A3. RGB value is (115,205,163). Sum of RGB (Red+Green+Blue) = 115+205+163=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CDA3 is #8C325C. Grayscale: #ADADAD. Windows color (decimal): -9187933 or 10734963. OLE color: 10734963.
HSL color Cylindrical-coordinate representation of color #73CDA3: hue angle of 152º 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 #73CDA3 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 163 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.20 |
| HSL | 152º | 0.47% | 0.63% | - |
| HSV(B) | 152º | 0.44% | 0.8% | - |
| XYZ | 35.51 | 49.95 | 42.42 | - |
| YUV | 173.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 163 | 0.44 | 0 | 0.20 | 0.20 | 152 | 0.47 | 0.63 |
| Hex | 73 | CD | A3 | 2C | 0 | 14 | 14 | 98 | 2F | 3F |
| Octal | 163 | 315 | 243 | 54 | 0 | 24 | 24 | 230 | 57 | 77 |
| Binary | 1110011 | 11001101 | 10100011 | 101100 | 0 | 10100 | 10100 | 10011000 | 101111 | 111111 |
Color Harmonies of #73CDA3
Complementary color
Monochromatic Colors of #73CDA3
Black with #73CDA3
Text Example
Text Example
White with #73CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDA3; }
p { color: rgb(115,205,163); }
H1.HeaderClassName
{
color: #73CDA3;
}
.AnyTagClassName
{
color: #73CDA3;
}
</style>
background-color css
<style>
a { background-color: #73CDA3; }
a { background-color: rgb(115,205,163); }
div.DivClassName
{
background-color: #73CDA3;
}
.BgClassName
{
background-color: #73CDA3;
}
</style>
border-color css
<style>
span { border-color: #73CDA3; }
span { border-color: rgb(115,205,163); }
td.TdClassName
{
border-color: #73CDA3;
}
.TagClassName
{
border-color: #73CDA3;
}
</style>