Shades of Aquamarine #73F3BA
Tints of Aquamarine #73F3BA
RGB
CMYK
RGB Variations
Color information
#73F3BA (or 0x73F3BA) is known color: Aquamarine. HEX triplet: 73, F3 and BA. RGB value is (115,243,186). Sum of RGB (Red+Green+Blue) = 115+243+186=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F3BA is #8C0C45. Grayscale: #C6C6C6. Windows color (decimal): -9178182 or 12252019. OLE color: 12252019.
HSL color Cylindrical-coordinate representation of color #73F3BA: hue angle of 153.28º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F3BA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 186 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.05 |
| HSL | 153.28º | 0.84% | 0.7% | - |
| HSV(B) | 153.28º | 0.53% | 0.95% | - |
| XYZ | 47.98 | 71.29 | 57.69 | - |
| YUV | 198.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 186 | 0.53 | 0 | 0.23 | 0.05 | 153.28 | 0.84 | 0.7 |
| Hex | 73 | F3 | BA | 35 | 0 | 17 | 5 | 99 | 54 | 46 |
| Octal | 163 | 363 | 272 | 65 | 0 | 27 | 5 | 231 | 124 | 106 |
| Binary | 1110011 | 11110011 | 10111010 | 110101 | 0 | 10111 | 101 | 10011001 | 1010100 | 1000110 |
Color Harmonies of #73F3BA
Complementary color
Monochromatic Colors of #73F3BA
Black with #73F3BA
Text Example
Text Example
White with #73F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F3BA; }
p { color: rgb(115,243,186); }
H1.HeaderClassName
{
color: #73F3BA;
}
.AnyTagClassName
{
color: #73F3BA;
}
</style>
background-color css
<style>
a { background-color: #73F3BA; }
a { background-color: rgb(115,243,186); }
div.DivClassName
{
background-color: #73F3BA;
}
.BgClassName
{
background-color: #73F3BA;
}
</style>
border-color css
<style>
span { border-color: #73F3BA; }
span { border-color: rgb(115,243,186); }
td.TdClassName
{
border-color: #73F3BA;
}
.TagClassName
{
border-color: #73F3BA;
}
</style>