Shades of Aquamarine #73FFE7
Tints of Aquamarine #73FFE7
RGB
CMYK
RGB Variations
Color information
#73FFE7 (or 0x73FFE7) is known color: Aquamarine. HEX triplet: 73, FF and E7. RGB value is (115,255,231). Sum of RGB (Red+Green+Blue) = 115+255+231=601 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.13% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFE7 is #8C0018. Grayscale: #D2D2D2. Windows color (decimal): -9175065 or 15204211. OLE color: 15204211.
HSL color Cylindrical-coordinate representation of color #73FFE7: hue angle of 169.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFE7 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 231 | - |
| CMYK | 0.55 | 0 | 0.09 | 0 |
| HSL | 169.71º | 1% | 0.73% | - |
| HSV(B) | 169.71º | 0.55% | 1% | - |
| XYZ | 57.25 | 80.93 | 88.21 | - |
| YUV | 210.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 231 | 0.55 | 0 | 0.09 | 0 | 169.71 | 1 | 0.73 |
| Hex | 73 | FF | E7 | 37 | 0 | 9 | 0 | AA | 64 | 49 |
| Octal | 163 | 377 | 347 | 67 | 0 | 11 | 0 | 252 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11100111 | 110111 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001001 |
Color Harmonies of #73FFE7
Complementary color
Monochromatic Colors of #73FFE7
Black with #73FFE7
Text Example
Text Example
White with #73FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFE7; }
p { color: rgb(115,255,231); }
H1.HeaderClassName
{
color: #73FFE7;
}
.AnyTagClassName
{
color: #73FFE7;
}
</style>
background-color css
<style>
a { background-color: #73FFE7; }
a { background-color: rgb(115,255,231); }
div.DivClassName
{
background-color: #73FFE7;
}
.BgClassName
{
background-color: #73FFE7;
}
</style>
border-color css
<style>
span { border-color: #73FFE7; }
span { border-color: rgb(115,255,231); }
td.TdClassName
{
border-color: #73FFE7;
}
.TagClassName
{
border-color: #73FFE7;
}
</style>