Shades of Aquamarine #73FABC
Tints of Aquamarine #73FABC
RGB
CMYK
RGB Variations
Color information
#73FABC (or 0x73FABC) is known color: Aquamarine. HEX triplet: 73, FA and BC. RGB value is (115,250,188). Sum of RGB (Red+Green+Blue) = 115+250+188=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #73FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FABC is #8C0543. Grayscale: #CACACA. Windows color (decimal): -9176388 or 12384883. OLE color: 12384883.
HSL color Cylindrical-coordinate representation of color #73FABC: hue angle of 152.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FABC is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 188 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.02 |
| HSL | 152.44º | 0.93% | 0.72% | - |
| HSV(B) | 152.44º | 0.54% | 0.98% | - |
| XYZ | 50.33 | 75.65 | 59.53 | - |
| YUV | 202.57 | 119.77 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 188 | 0.54 | 0 | 0.25 | 0.02 | 152.44 | 0.93 | 0.72 |
| Hex | 73 | FA | BC | 36 | 0 | 19 | 2 | 98 | 5D | 48 |
| Octal | 163 | 372 | 274 | 66 | 0 | 31 | 2 | 230 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10111100 | 110110 | 0 | 11001 | 10 | 10011000 | 1011101 | 1001000 |
Color Harmonies of #73FABC
Complementary color
Monochromatic Colors of #73FABC
Black with #73FABC
Text Example
Text Example
White with #73FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FABC; }
p { color: rgb(115,250,188); }
H1.HeaderClassName
{
color: #73FABC;
}
.AnyTagClassName
{
color: #73FABC;
}
</style>
background-color css
<style>
a { background-color: #73FABC; }
a { background-color: rgb(115,250,188); }
div.DivClassName
{
background-color: #73FABC;
}
.BgClassName
{
background-color: #73FABC;
}
</style>
border-color css
<style>
span { border-color: #73FABC; }
span { border-color: rgb(115,250,188); }
td.TdClassName
{
border-color: #73FABC;
}
.TagClassName
{
border-color: #73FABC;
}
</style>