Shades of Aquamarine #73FCBA
Tints of Aquamarine #73FCBA
RGB
CMYK
RGB Variations
Color information
#73FCBA (or 0x73FCBA) is known color: Aquamarine. HEX triplet: 73, FC and BA. RGB value is (115,252,186). Sum of RGB (Red+Green+Blue) = 115+252+186=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCBA is #8C0345. Grayscale: #CBCBCB. Windows color (decimal): -9175878 or 12254323. OLE color: 12254323.
HSL color Cylindrical-coordinate representation of color #73FCBA: hue angle of 151.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCBA is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 186 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.01 |
| HSL | 151.09º | 0.96% | 0.72% | - |
| HSV(B) | 151.09º | 0.54% | 0.99% | - |
| XYZ | 50.74 | 76.81 | 58.61 | - |
| YUV | 203.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 186 | 0.54 | 0 | 0.26 | 0.01 | 151.09 | 0.96 | 0.72 |
| Hex | 73 | FC | BA | 36 | 0 | 1A | 1 | 97 | 60 | 48 |
| Octal | 163 | 374 | 272 | 66 | 0 | 32 | 1 | 227 | 140 | 110 |
| Binary | 1110011 | 11111100 | 10111010 | 110110 | 0 | 11010 | 1 | 10010111 | 1100000 | 1001000 |
Color Harmonies of #73FCBA
Complementary color
Monochromatic Colors of #73FCBA
Black with #73FCBA
Text Example
Text Example
White with #73FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCBA; }
p { color: rgb(115,252,186); }
H1.HeaderClassName
{
color: #73FCBA;
}
.AnyTagClassName
{
color: #73FCBA;
}
</style>
background-color css
<style>
a { background-color: #73FCBA; }
a { background-color: rgb(115,252,186); }
div.DivClassName
{
background-color: #73FCBA;
}
.BgClassName
{
background-color: #73FCBA;
}
</style>
border-color css
<style>
span { border-color: #73FCBA; }
span { border-color: rgb(115,252,186); }
td.TdClassName
{
border-color: #73FCBA;
}
.TagClassName
{
border-color: #73FCBA;
}
</style>