Shades of Aquamarine #73FED2
Tints of Aquamarine #73FED2
RGB
CMYK
RGB Variations
Color information
#73FED2 (or 0x73FED2) is known color: Aquamarine. HEX triplet: 73, FE and D2. RGB value is (115,254,210). Sum of RGB (Red+Green+Blue) = 115+254+210=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #73FED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FED2 is #8C012D. Grayscale: #CFCFCF. Windows color (decimal): -9175342 or 13827699. OLE color: 13827699.
HSL color Cylindrical-coordinate representation of color #73FED2: hue angle of 161.01º 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 #73FED2 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 210 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.00 |
| HSL | 161.01º | 0.99% | 0.72% | - |
| HSV(B) | 161.01º | 0.55% | 1% | - |
| XYZ | 54.14 | 79.18 | 73.4 | - |
| YUV | 207.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 210 | 0.55 | 0 | 0.17 | 0.00 | 161.01 | 0.99 | 0.72 |
| Hex | 73 | FE | D2 | 37 | 0 | 11 | 0 | A1 | 63 | 48 |
| Octal | 163 | 376 | 322 | 67 | 0 | 21 | 0 | 241 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11010010 | 110111 | 0 | 10001 | 0 | 10100001 | 1100011 | 1001000 |
Color Harmonies of #73FED2
Complementary color
Monochromatic Colors of #73FED2
Black with #73FED2
Text Example
Text Example
White with #73FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FED2; }
p { color: rgb(115,254,210); }
H1.HeaderClassName
{
color: #73FED2;
}
.AnyTagClassName
{
color: #73FED2;
}
</style>
background-color css
<style>
a { background-color: #73FED2; }
a { background-color: rgb(115,254,210); }
div.DivClassName
{
background-color: #73FED2;
}
.BgClassName
{
background-color: #73FED2;
}
</style>
border-color css
<style>
span { border-color: #73FED2; }
span { border-color: rgb(115,254,210); }
td.TdClassName
{
border-color: #73FED2;
}
.TagClassName
{
border-color: #73FED2;
}
</style>