Shades of Aquamarine #73FEBA
Tints of Aquamarine #73FEBA
RGB
CMYK
RGB Variations
Color information
#73FEBA (or 0x73FEBA) is known color: Aquamarine. HEX triplet: 73, FE and BA. RGB value is (115,254,186). Sum of RGB (Red+Green+Blue) = 115+254+186=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEBA is #8C0145. Grayscale: #CCCCCC. Windows color (decimal): -9175366 or 12254835. OLE color: 12254835.
HSL color Cylindrical-coordinate representation of color #73FEBA: hue angle of 150.65º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEBA is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 186 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.00 |
| HSL | 150.65º | 0.99% | 0.72% | - |
| HSV(B) | 150.65º | 0.55% | 1% | - |
| XYZ | 51.37 | 78.07 | 58.82 | - |
| YUV | 204.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 186 | 0.55 | 0 | 0.27 | 0.00 | 150.65 | 0.99 | 0.72 |
| Hex | 73 | FE | BA | 37 | 0 | 1B | 0 | 97 | 63 | 48 |
| Octal | 163 | 376 | 272 | 67 | 0 | 33 | 0 | 227 | 143 | 110 |
| Binary | 1110011 | 11111110 | 10111010 | 110111 | 0 | 11011 | 0 | 10010111 | 1100011 | 1001000 |
Color Harmonies of #73FEBA
Complementary color
Monochromatic Colors of #73FEBA
Black with #73FEBA
Text Example
Text Example
White with #73FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEBA; }
p { color: rgb(115,254,186); }
H1.HeaderClassName
{
color: #73FEBA;
}
.AnyTagClassName
{
color: #73FEBA;
}
</style>
background-color css
<style>
a { background-color: #73FEBA; }
a { background-color: rgb(115,254,186); }
div.DivClassName
{
background-color: #73FEBA;
}
.BgClassName
{
background-color: #73FEBA;
}
</style>
border-color css
<style>
span { border-color: #73FEBA; }
span { border-color: rgb(115,254,186); }
td.TdClassName
{
border-color: #73FEBA;
}
.TagClassName
{
border-color: #73FEBA;
}
</style>