Shades of Aquamarine #73FFE6
Tints of Aquamarine #73FFE6
RGB
CMYK
RGB Variations
Color information
#73FFE6 (or 0x73FFE6) is known color: Aquamarine. HEX triplet: 73, FF and E6. RGB value is (115,255,230). Sum of RGB (Red+Green+Blue) = 115+255+230=600 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFE6 is #8C0019. Grayscale: #D2D2D2. Windows color (decimal): -9175066 or 15138675. OLE color: 15138675.
HSL color Cylindrical-coordinate representation of color #73FFE6: hue angle of 169.29º 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 #73FFE6 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 230 | - |
| CMYK | 0.55 | 0 | 0.10 | 0 |
| HSL | 169.29º | 1% | 0.73% | - |
| HSV(B) | 169.29º | 0.55% | 1% | - |
| XYZ | 57.11 | 80.88 | 87.46 | - |
| YUV | 210.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 230 | 0.55 | 0 | 0.10 | 0 | 169.29 | 1 | 0.73 |
| Hex | 73 | FF | E6 | 37 | 0 | A | 0 | A9 | 64 | 49 |
| Octal | 163 | 377 | 346 | 67 | 0 | 12 | 0 | 251 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11100110 | 110111 | 0 | 1010 | 0 | 10101001 | 1100100 | 1001001 |
Color Harmonies of #73FFE6
Complementary color
Monochromatic Colors of #73FFE6
Black with #73FFE6
Text Example
Text Example
White with #73FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFE6; }
p { color: rgb(115,255,230); }
H1.HeaderClassName
{
color: #73FFE6;
}
.AnyTagClassName
{
color: #73FFE6;
}
</style>
background-color css
<style>
a { background-color: #73FFE6; }
a { background-color: rgb(115,255,230); }
div.DivClassName
{
background-color: #73FFE6;
}
.BgClassName
{
background-color: #73FFE6;
}
</style>
border-color css
<style>
span { border-color: #73FFE6; }
span { border-color: rgb(115,255,230); }
td.TdClassName
{
border-color: #73FFE6;
}
.TagClassName
{
border-color: #73FFE6;
}
</style>