Shades of Medium Aquamarine #73DAA1
Tints of Medium Aquamarine #73DAA1
RGB
CMYK
RGB Variations
Color information
#73DAA1 (or 0x73DAA1) is known color: Medium Aquamarine. HEX triplet: 73, DA and A1. RGB value is (115,218,161). Sum of RGB (Red+Green+Blue) = 115+218+161=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAA1 is #8C255E. Grayscale: #B4B4B4. Windows color (decimal): -9184607 or 10607219. OLE color: 10607219.
HSL color Cylindrical-coordinate representation of color #73DAA1: hue angle of 146.8º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DAA1 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 161 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.15 |
| HSL | 146.8º | 0.58% | 0.65% | - |
| HSV(B) | 146.8º | 0.47% | 0.85% | - |
| XYZ | 38.57 | 56.36 | 42.56 | - |
| YUV | 180.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 161 | 0.47 | 0 | 0.26 | 0.15 | 146.8 | 0.58 | 0.65 |
| Hex | 73 | DA | A1 | 2F | 0 | 1A | F | 93 | 3A | 41 |
| Octal | 163 | 332 | 241 | 57 | 0 | 32 | 17 | 223 | 72 | 101 |
| Binary | 1110011 | 11011010 | 10100001 | 101111 | 0 | 11010 | 1111 | 10010011 | 111010 | 1000001 |
Color Harmonies of #73DAA1
Complementary color
Monochromatic Colors of #73DAA1
Black with #73DAA1
Text Example
Text Example
White with #73DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAA1; }
p { color: rgb(115,218,161); }
H1.HeaderClassName
{
color: #73DAA1;
}
.AnyTagClassName
{
color: #73DAA1;
}
</style>
background-color css
<style>
a { background-color: #73DAA1; }
a { background-color: rgb(115,218,161); }
div.DivClassName
{
background-color: #73DAA1;
}
.BgClassName
{
background-color: #73DAA1;
}
</style>
border-color css
<style>
span { border-color: #73DAA1; }
span { border-color: rgb(115,218,161); }
td.TdClassName
{
border-color: #73DAA1;
}
.TagClassName
{
border-color: #73DAA1;
}
</style>