Shades of Medium Aquamarine #73DEAB
Tints of Medium Aquamarine #73DEAB
RGB
CMYK
RGB Variations
Color information
#73DEAB (or 0x73DEAB) is known color: Medium Aquamarine. HEX triplet: 73, DE and AB. RGB value is (115,222,171). Sum of RGB (Red+Green+Blue) = 115+222+171=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DEAB is #8C2154. Grayscale: #B8B8B8. Windows color (decimal): -9183573 or 11263603. OLE color: 11263603.
HSL color Cylindrical-coordinate representation of color #73DEAB: hue angle of 151.4º 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 #73DEAB is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 171 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.13 |
| HSL | 151.4º | 0.62% | 0.66% | - |
| HSV(B) | 151.4º | 0.48% | 0.87% | - |
| XYZ | 40.54 | 58.83 | 47.75 | - |
| YUV | 184.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 171 | 0.48 | 0 | 0.23 | 0.13 | 151.4 | 0.62 | 0.66 |
| Hex | 73 | DE | AB | 30 | 0 | 17 | D | 97 | 3E | 42 |
| Octal | 163 | 336 | 253 | 60 | 0 | 27 | 15 | 227 | 76 | 102 |
| Binary | 1110011 | 11011110 | 10101011 | 110000 | 0 | 10111 | 1101 | 10010111 | 111110 | 1000010 |
Color Harmonies of #73DEAB
Complementary color
Monochromatic Colors of #73DEAB
Black with #73DEAB
Text Example
Text Example
White with #73DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DEAB; }
p { color: rgb(115,222,171); }
H1.HeaderClassName
{
color: #73DEAB;
}
.AnyTagClassName
{
color: #73DEAB;
}
</style>
background-color css
<style>
a { background-color: #73DEAB; }
a { background-color: rgb(115,222,171); }
div.DivClassName
{
background-color: #73DEAB;
}
.BgClassName
{
background-color: #73DEAB;
}
</style>
border-color css
<style>
span { border-color: #73DEAB; }
span { border-color: rgb(115,222,171); }
td.TdClassName
{
border-color: #73DEAB;
}
.TagClassName
{
border-color: #73DEAB;
}
</style>