Shades of Aquamarine #73FED5
Tints of Aquamarine #73FED5
RGB
CMYK
RGB Variations
Color information
#73FED5 (or 0x73FED5) is known color: Aquamarine. HEX triplet: 73, FE and D5. RGB value is (115,254,213). Sum of RGB (Red+Green+Blue) = 115+254+213=582 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.76% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #73FED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FED5 is #8C012A. Grayscale: #CFCFCF. Windows color (decimal): -9175339 or 14024307. OLE color: 14024307.
HSL color Cylindrical-coordinate representation of color #73FED5: hue angle of 162.3º 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 #73FED5 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 213 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.00 |
| HSL | 162.3º | 0.99% | 0.72% | - |
| HSV(B) | 162.3º | 0.55% | 1% | - |
| XYZ | 54.52 | 79.33 | 75.39 | - |
| YUV | 207.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 213 | 0.55 | 0 | 0.16 | 0.00 | 162.3 | 0.99 | 0.72 |
| Hex | 73 | FE | D5 | 37 | 0 | 10 | 0 | A2 | 63 | 48 |
| Octal | 163 | 376 | 325 | 67 | 0 | 20 | 0 | 242 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11010101 | 110111 | 0 | 10000 | 0 | 10100010 | 1100011 | 1001000 |
Color Harmonies of #73FED5
Complementary color
Monochromatic Colors of #73FED5
Black with #73FED5
Text Example
Text Example
White with #73FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FED5; }
p { color: rgb(115,254,213); }
H1.HeaderClassName
{
color: #73FED5;
}
.AnyTagClassName
{
color: #73FED5;
}
</style>
background-color css
<style>
a { background-color: #73FED5; }
a { background-color: rgb(115,254,213); }
div.DivClassName
{
background-color: #73FED5;
}
.BgClassName
{
background-color: #73FED5;
}
</style>
border-color css
<style>
span { border-color: #73FED5; }
span { border-color: rgb(115,254,213); }
td.TdClassName
{
border-color: #73FED5;
}
.TagClassName
{
border-color: #73FED5;
}
</style>