Shades of Aquamarine #73FFD3
Tints of Aquamarine #73FFD3
RGB
CMYK
RGB Variations
Color information
#73FFD3 (or 0x73FFD3) is known color: Aquamarine. HEX triplet: 73, FF and D3. RGB value is (115,255,211). Sum of RGB (Red+Green+Blue) = 115+255+211=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFD3 is #8C002C. Grayscale: #D0D0D0. Windows color (decimal): -9175085 or 13893491. OLE color: 13893491.
HSL color Cylindrical-coordinate representation of color #73FFD3: hue angle of 161.14º 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 #73FFD3 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 211 | - |
| CMYK | 0.55 | 0 | 0.17 | 0 |
| HSL | 161.14º | 1% | 0.73% | - |
| HSV(B) | 161.14º | 0.55% | 1% | - |
| XYZ | 54.59 | 79.87 | 74.17 | - |
| YUV | 208.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 211 | 0.55 | 0 | 0.17 | 0 | 161.14 | 1 | 0.73 |
| Hex | 73 | FF | D3 | 37 | 0 | 11 | 0 | A1 | 64 | 49 |
| Octal | 163 | 377 | 323 | 67 | 0 | 21 | 0 | 241 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11010011 | 110111 | 0 | 10001 | 0 | 10100001 | 1100100 | 1001001 |
Color Harmonies of #73FFD3
Complementary color
Monochromatic Colors of #73FFD3
Black with #73FFD3
Text Example
Text Example
White with #73FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFD3; }
p { color: rgb(115,255,211); }
H1.HeaderClassName
{
color: #73FFD3;
}
.AnyTagClassName
{
color: #73FFD3;
}
</style>
background-color css
<style>
a { background-color: #73FFD3; }
a { background-color: rgb(115,255,211); }
div.DivClassName
{
background-color: #73FFD3;
}
.BgClassName
{
background-color: #73FFD3;
}
</style>
border-color css
<style>
span { border-color: #73FFD3; }
span { border-color: rgb(115,255,211); }
td.TdClassName
{
border-color: #73FFD3;
}
.TagClassName
{
border-color: #73FFD3;
}
</style>