Shades of Medium Aquamarine #73DEA2
Tints of Medium Aquamarine #73DEA2
RGB
CMYK
RGB Variations
Color information
#73DEA2 (or 0x73DEA2) is known color: Medium Aquamarine. HEX triplet: 73, DE and A2. RGB value is (115,222,162). Sum of RGB (Red+Green+Blue) = 115+222+162=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DEA2 is #8C215D. Grayscale: #B7B7B7. Windows color (decimal): -9183582 or 10673779. OLE color: 10673779.
HSL color Cylindrical-coordinate representation of color #73DEA2: hue angle of 146.36º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DEA2 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 162 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.13 |
| HSL | 146.36º | 0.62% | 0.66% | - |
| HSV(B) | 146.36º | 0.48% | 0.87% | - |
| XYZ | 39.71 | 58.5 | 43.38 | - |
| YUV | 183.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 162 | 0.48 | 0 | 0.27 | 0.13 | 146.36 | 0.62 | 0.66 |
| Hex | 73 | DE | A2 | 30 | 0 | 1B | D | 92 | 3E | 42 |
| Octal | 163 | 336 | 242 | 60 | 0 | 33 | 15 | 222 | 76 | 102 |
| Binary | 1110011 | 11011110 | 10100010 | 110000 | 0 | 11011 | 1101 | 10010010 | 111110 | 1000010 |
Color Harmonies of #73DEA2
Complementary color
Monochromatic Colors of #73DEA2
Black with #73DEA2
Text Example
Text Example
White with #73DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DEA2; }
p { color: rgb(115,222,162); }
H1.HeaderClassName
{
color: #73DEA2;
}
.AnyTagClassName
{
color: #73DEA2;
}
</style>
background-color css
<style>
a { background-color: #73DEA2; }
a { background-color: rgb(115,222,162); }
div.DivClassName
{
background-color: #73DEA2;
}
.BgClassName
{
background-color: #73DEA2;
}
</style>
border-color css
<style>
span { border-color: #73DEA2; }
span { border-color: rgb(115,222,162); }
td.TdClassName
{
border-color: #73DEA2;
}
.TagClassName
{
border-color: #73DEA2;
}
</style>