Shades of Aquamarine #73FAE2
Tints of Aquamarine #73FAE2
RGB
CMYK
RGB Variations
Color information
#73FAE2 (or 0x73FAE2) is known color: Aquamarine. HEX triplet: 73, FA and E2. RGB value is (115,250,226). Sum of RGB (Red+Green+Blue) = 115+250+226=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAE2 is #8C051D. Grayscale: #CECECE. Windows color (decimal): -9176350 or 14875251. OLE color: 14875251.
HSL color Cylindrical-coordinate representation of color #73FAE2: hue angle of 169.33º 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 #73FAE2 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 226 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.02 |
| HSL | 169.33º | 0.93% | 0.72% | - |
| HSV(B) | 169.33º | 0.54% | 0.98% | - |
| XYZ | 54.98 | 77.51 | 84.01 | - |
| YUV | 206.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 226 | 0.54 | 0 | 0.10 | 0.02 | 169.33 | 0.93 | 0.72 |
| Hex | 73 | FA | E2 | 36 | 0 | A | 2 | A9 | 5D | 48 |
| Octal | 163 | 372 | 342 | 66 | 0 | 12 | 2 | 251 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11100010 | 110110 | 0 | 1010 | 10 | 10101001 | 1011101 | 1001000 |
Color Harmonies of #73FAE2
Complementary color
Monochromatic Colors of #73FAE2
Black with #73FAE2
Text Example
Text Example
White with #73FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAE2; }
p { color: rgb(115,250,226); }
H1.HeaderClassName
{
color: #73FAE2;
}
.AnyTagClassName
{
color: #73FAE2;
}
</style>
background-color css
<style>
a { background-color: #73FAE2; }
a { background-color: rgb(115,250,226); }
div.DivClassName
{
background-color: #73FAE2;
}
.BgClassName
{
background-color: #73FAE2;
}
</style>
border-color css
<style>
span { border-color: #73FAE2; }
span { border-color: rgb(115,250,226); }
td.TdClassName
{
border-color: #73FAE2;
}
.TagClassName
{
border-color: #73FAE2;
}
</style>