Shades of Aquamarine #73FFD0
Tints of Aquamarine #73FFD0
RGB
CMYK
RGB Variations
Color information
#73FFD0 (or 0x73FFD0) is known color: Aquamarine. HEX triplet: 73, FF and D0. RGB value is (115,255,208). Sum of RGB (Red+Green+Blue) = 115+255+208=578 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.90% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFD0 is #8C002F. Grayscale: #CFCFCF. Windows color (decimal): -9175088 or 13696883. OLE color: 13696883.
HSL color Cylindrical-coordinate representation of color #73FFD0: hue angle of 159.86º 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 #73FFD0 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 208 | - |
| CMYK | 0.55 | 0 | 0.18 | 0 |
| HSL | 159.86º | 1% | 0.73% | - |
| HSV(B) | 159.86º | 0.55% | 1% | - |
| XYZ | 54.22 | 79.72 | 72.2 | - |
| YUV | 207.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 208 | 0.55 | 0 | 0.18 | 0 | 159.86 | 1 | 0.73 |
| Hex | 73 | FF | D0 | 37 | 0 | 12 | 0 | A0 | 64 | 49 |
| Octal | 163 | 377 | 320 | 67 | 0 | 22 | 0 | 240 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11010000 | 110111 | 0 | 10010 | 0 | 10100000 | 1100100 | 1001001 |
Color Harmonies of #73FFD0
Complementary color
Monochromatic Colors of #73FFD0
Black with #73FFD0
Text Example
Text Example
White with #73FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFD0; }
p { color: rgb(115,255,208); }
H1.HeaderClassName
{
color: #73FFD0;
}
.AnyTagClassName
{
color: #73FFD0;
}
</style>
background-color css
<style>
a { background-color: #73FFD0; }
a { background-color: rgb(115,255,208); }
div.DivClassName
{
background-color: #73FFD0;
}
.BgClassName
{
background-color: #73FFD0;
}
</style>
border-color css
<style>
span { border-color: #73FFD0; }
span { border-color: rgb(115,255,208); }
td.TdClassName
{
border-color: #73FFD0;
}
.TagClassName
{
border-color: #73FFD0;
}
</style>