Shades of Aquamarine #73FCAC
Tints of Aquamarine #73FCAC
RGB
CMYK
RGB Variations
Color information
#73FCAC (or 0x73FCAC) is known color: Aquamarine. HEX triplet: 73, FC and AC. RGB value is (115,252,172). Sum of RGB (Red+Green+Blue) = 115+252+172=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FCAC is #8C0353. Grayscale: #CACACA. Windows color (decimal): -9175892 or 11336819. OLE color: 11336819.
HSL color Cylindrical-coordinate representation of color #73FCAC: hue angle of 144.96º 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 #73FCAC is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 172 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.01 |
| HSL | 144.96º | 0.96% | 0.72% | - |
| HSV(B) | 144.96º | 0.54% | 0.99% | - |
| XYZ | 49.33 | 76.24 | 51.15 | - |
| YUV | 201.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 172 | 0.54 | 0 | 0.32 | 0.01 | 144.96 | 0.96 | 0.72 |
| Hex | 73 | FC | AC | 36 | 0 | 20 | 1 | 91 | 60 | 48 |
| Octal | 163 | 374 | 254 | 66 | 0 | 40 | 1 | 221 | 140 | 110 |
| Binary | 1110011 | 11111100 | 10101100 | 110110 | 0 | 100000 | 1 | 10010001 | 1100000 | 1001000 |
Color Harmonies of #73FCAC
Complementary color
Monochromatic Colors of #73FCAC
Black with #73FCAC
Text Example
Text Example
White with #73FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCAC; }
p { color: rgb(115,252,172); }
H1.HeaderClassName
{
color: #73FCAC;
}
.AnyTagClassName
{
color: #73FCAC;
}
</style>
background-color css
<style>
a { background-color: #73FCAC; }
a { background-color: rgb(115,252,172); }
div.DivClassName
{
background-color: #73FCAC;
}
.BgClassName
{
background-color: #73FCAC;
}
</style>
border-color css
<style>
span { border-color: #73FCAC; }
span { border-color: rgb(115,252,172); }
td.TdClassName
{
border-color: #73FCAC;
}
.TagClassName
{
border-color: #73FCAC;
}
</style>