Shades of Aquamarine #73FDAB
Tints of Aquamarine #73FDAB
RGB
CMYK
RGB Variations
Color information
#73FDAB (or 0x73FDAB) is known color: Aquamarine. HEX triplet: 73, FD and AB. RGB value is (115,253,171). Sum of RGB (Red+Green+Blue) = 115+253+171=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FDAB is #8C0254. Grayscale: #CACACA. Windows color (decimal): -9175637 or 11271539. OLE color: 11271539.
HSL color Cylindrical-coordinate representation of color #73FDAB: hue angle of 144.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDAB is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 171 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.01 |
| HSL | 144.35º | 0.97% | 0.72% | - |
| HSV(B) | 144.35º | 0.55% | 0.99% | - |
| XYZ | 49.55 | 76.84 | 50.75 | - |
| YUV | 202.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 171 | 0.55 | 0 | 0.32 | 0.01 | 144.35 | 0.97 | 0.72 |
| Hex | 73 | FD | AB | 37 | 0 | 20 | 1 | 90 | 61 | 48 |
| Octal | 163 | 375 | 253 | 67 | 0 | 40 | 1 | 220 | 141 | 110 |
| Binary | 1110011 | 11111101 | 10101011 | 110111 | 0 | 100000 | 1 | 10010000 | 1100001 | 1001000 |
Color Harmonies of #73FDAB
Complementary color
Monochromatic Colors of #73FDAB
Black with #73FDAB
Text Example
Text Example
White with #73FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FDAB; }
p { color: rgb(115,253,171); }
H1.HeaderClassName
{
color: #73FDAB;
}
.AnyTagClassName
{
color: #73FDAB;
}
</style>
background-color css
<style>
a { background-color: #73FDAB; }
a { background-color: rgb(115,253,171); }
div.DivClassName
{
background-color: #73FDAB;
}
.BgClassName
{
background-color: #73FDAB;
}
</style>
border-color css
<style>
span { border-color: #73FDAB; }
span { border-color: rgb(115,253,171); }
td.TdClassName
{
border-color: #73FDAB;
}
.TagClassName
{
border-color: #73FDAB;
}
</style>