Shades of Aquamarine #73FFAB
Tints of Aquamarine #73FFAB
RGB
CMYK
RGB Variations
Color information
#73FFAB (or 0x73FFAB) is known color: Aquamarine. HEX triplet: 73, FF and AB. RGB value is (115,255,171). Sum of RGB (Red+Green+Blue) = 115+255+171=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFAB is #8C0054. Grayscale: #CBCBCB. Windows color (decimal): -9175125 or 11272051. OLE color: 11272051.
HSL color Cylindrical-coordinate representation of color #73FFAB: hue angle of 144º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFAB is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 171 | - |
| CMYK | 0.55 | 0 | 0.33 | 0 |
| HSL | 144º | 1% | 0.73% | - |
| HSV(B) | 144º | 0.55% | 1% | - |
| XYZ | 50.18 | 78.11 | 50.96 | - |
| YUV | 203.56 | 109.62 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 171 | 0.55 | 0 | 0.33 | 0 | 144 | 1 | 0.73 |
| Hex | 73 | FF | AB | 37 | 0 | 21 | 0 | 90 | 64 | 49 |
| Octal | 163 | 377 | 253 | 67 | 0 | 41 | 0 | 220 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10101011 | 110111 | 0 | 100001 | 0 | 10010000 | 1100100 | 1001001 |
Color Harmonies of #73FFAB
Complementary color
Monochromatic Colors of #73FFAB
Black with #73FFAB
Text Example
Text Example
White with #73FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFAB; }
p { color: rgb(115,255,171); }
H1.HeaderClassName
{
color: #73FFAB;
}
.AnyTagClassName
{
color: #73FFAB;
}
</style>
background-color css
<style>
a { background-color: #73FFAB; }
a { background-color: rgb(115,255,171); }
div.DivClassName
{
background-color: #73FFAB;
}
.BgClassName
{
background-color: #73FFAB;
}
</style>
border-color css
<style>
span { border-color: #73FFAB; }
span { border-color: rgb(115,255,171); }
td.TdClassName
{
border-color: #73FFAB;
}
.TagClassName
{
border-color: #73FFAB;
}
</style>