Shades of Aquamarine #73FFBA
Tints of Aquamarine #73FFBA
RGB
CMYK
RGB Variations
Color information
#73FFBA (or 0x73FFBA) is known color: Aquamarine. HEX triplet: 73, FF and BA. RGB value is (115,255,186). Sum of RGB (Red+Green+Blue) = 115+255+186=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFBA is #8C0045. Grayscale: #CDCDCD. Windows color (decimal): -9175110 or 12255091. OLE color: 12255091.
HSL color Cylindrical-coordinate representation of color #73FFBA: hue angle of 150.43º 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 #73FFBA is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 186 | - |
| CMYK | 0.55 | 0 | 0.27 | 0 |
| HSL | 150.43º | 1% | 0.73% | - |
| HSV(B) | 150.43º | 0.55% | 1% | - |
| XYZ | 51.69 | 78.71 | 58.92 | - |
| YUV | 205.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 186 | 0.55 | 0 | 0.27 | 0 | 150.43 | 1 | 0.73 |
| Hex | 73 | FF | BA | 37 | 0 | 1B | 0 | 96 | 64 | 49 |
| Octal | 163 | 377 | 272 | 67 | 0 | 33 | 0 | 226 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10111010 | 110111 | 0 | 11011 | 0 | 10010110 | 1100100 | 1001001 |
Color Harmonies of #73FFBA
Complementary color
Monochromatic Colors of #73FFBA
Black with #73FFBA
Text Example
Text Example
White with #73FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFBA; }
p { color: rgb(115,255,186); }
H1.HeaderClassName
{
color: #73FFBA;
}
.AnyTagClassName
{
color: #73FFBA;
}
</style>
background-color css
<style>
a { background-color: #73FFBA; }
a { background-color: rgb(115,255,186); }
div.DivClassName
{
background-color: #73FFBA;
}
.BgClassName
{
background-color: #73FFBA;
}
</style>
border-color css
<style>
span { border-color: #73FFBA; }
span { border-color: rgb(115,255,186); }
td.TdClassName
{
border-color: #73FFBA;
}
.TagClassName
{
border-color: #73FFBA;
}
</style>