Shades of Aquamarine #73FFB7
Tints of Aquamarine #73FFB7
RGB
CMYK
RGB Variations
Color information
#73FFB7 (or 0x73FFB7) is known color: Aquamarine. HEX triplet: 73, FF and B7. RGB value is (115,255,183). Sum of RGB (Red+Green+Blue) = 115+255+183=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFB7 is #8C0048. Grayscale: #CDCDCD. Windows color (decimal): -9175113 or 12058483. OLE color: 12058483.
HSL color Cylindrical-coordinate representation of color #73FFB7: hue angle of 149.14º 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 #73FFB7 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 183 | - |
| CMYK | 0.55 | 0 | 0.28 | 0 |
| HSL | 149.14º | 1% | 0.73% | - |
| HSV(B) | 149.14º | 0.55% | 1% | - |
| XYZ | 51.38 | 78.58 | 57.26 | - |
| YUV | 204.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 183 | 0.55 | 0 | 0.28 | 0 | 149.14 | 1 | 0.73 |
| Hex | 73 | FF | B7 | 37 | 0 | 1C | 0 | 95 | 64 | 49 |
| Octal | 163 | 377 | 267 | 67 | 0 | 34 | 0 | 225 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10110111 | 110111 | 0 | 11100 | 0 | 10010101 | 1100100 | 1001001 |
Color Harmonies of #73FFB7
Complementary color
Monochromatic Colors of #73FFB7
Black with #73FFB7
Text Example
Text Example
White with #73FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFB7; }
p { color: rgb(115,255,183); }
H1.HeaderClassName
{
color: #73FFB7;
}
.AnyTagClassName
{
color: #73FFB7;
}
</style>
background-color css
<style>
a { background-color: #73FFB7; }
a { background-color: rgb(115,255,183); }
div.DivClassName
{
background-color: #73FFB7;
}
.BgClassName
{
background-color: #73FFB7;
}
</style>
border-color css
<style>
span { border-color: #73FFB7; }
span { border-color: rgb(115,255,183); }
td.TdClassName
{
border-color: #73FFB7;
}
.TagClassName
{
border-color: #73FFB7;
}
</style>