Shades of Aquamarine #73FED1
Tints of Aquamarine #73FED1
RGB
CMYK
RGB Variations
Color information
#73FED1 (or 0x73FED1) is known color: Aquamarine. HEX triplet: 73, FE and D1. RGB value is (115,254,209). Sum of RGB (Red+Green+Blue) = 115+254+209=578 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.90% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #73FED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FED1 is #8C012E. Grayscale: #CFCFCF. Windows color (decimal): -9175343 or 13762163. OLE color: 13762163.
HSL color Cylindrical-coordinate representation of color #73FED1: hue angle of 160.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FED1 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 209 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.00 |
| HSL | 160.58º | 0.99% | 0.72% | - |
| HSV(B) | 160.58º | 0.55% | 1% | - |
| XYZ | 54.02 | 79.13 | 72.75 | - |
| YUV | 207.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 209 | 0.55 | 0 | 0.18 | 0.00 | 160.58 | 0.99 | 0.72 |
| Hex | 73 | FE | D1 | 37 | 0 | 12 | 0 | A1 | 63 | 48 |
| Octal | 163 | 376 | 321 | 67 | 0 | 22 | 0 | 241 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11010001 | 110111 | 0 | 10010 | 0 | 10100001 | 1100011 | 1001000 |
Color Harmonies of #73FED1
Complementary color
Monochromatic Colors of #73FED1
Black with #73FED1
Text Example
Text Example
White with #73FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FED1; }
p { color: rgb(115,254,209); }
H1.HeaderClassName
{
color: #73FED1;
}
.AnyTagClassName
{
color: #73FED1;
}
</style>
background-color css
<style>
a { background-color: #73FED1; }
a { background-color: rgb(115,254,209); }
div.DivClassName
{
background-color: #73FED1;
}
.BgClassName
{
background-color: #73FED1;
}
</style>
border-color css
<style>
span { border-color: #73FED1; }
span { border-color: rgb(115,254,209); }
td.TdClassName
{
border-color: #73FED1;
}
.TagClassName
{
border-color: #73FED1;
}
</style>