Shades of Aquamarine #73F7DF
Tints of Aquamarine #73F7DF
RGB
CMYK
RGB Variations
Color information
#73F7DF (or 0x73F7DF) is known color: Aquamarine. HEX triplet: 73, F7 and DF. RGB value is (115,247,223). Sum of RGB (Red+Green+Blue) = 115+247+223=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #73F7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F7DF is #8C0820. Grayscale: #CCCCCC. Windows color (decimal): -9177121 or 14677875. OLE color: 14677875.
HSL color Cylindrical-coordinate representation of color #73F7DF: hue angle of 169.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F7DF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 223 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.03 |
| HSL | 169.09º | 0.89% | 0.71% | - |
| HSV(B) | 169.09º | 0.53% | 0.97% | - |
| XYZ | 53.65 | 75.49 | 81.56 | - |
| YUV | 204.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 223 | 0.53 | 0 | 0.10 | 0.03 | 169.09 | 0.89 | 0.71 |
| Hex | 73 | F7 | DF | 35 | 0 | A | 3 | A9 | 59 | 47 |
| Octal | 163 | 367 | 337 | 65 | 0 | 12 | 3 | 251 | 131 | 107 |
| Binary | 1110011 | 11110111 | 11011111 | 110101 | 0 | 1010 | 11 | 10101001 | 1011001 | 1000111 |
Color Harmonies of #73F7DF
Complementary color
Monochromatic Colors of #73F7DF
Black with #73F7DF
Text Example
Text Example
White with #73F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F7DF; }
p { color: rgb(115,247,223); }
H1.HeaderClassName
{
color: #73F7DF;
}
.AnyTagClassName
{
color: #73F7DF;
}
</style>
background-color css
<style>
a { background-color: #73F7DF; }
a { background-color: rgb(115,247,223); }
div.DivClassName
{
background-color: #73F7DF;
}
.BgClassName
{
background-color: #73F7DF;
}
</style>
border-color css
<style>
span { border-color: #73F7DF; }
span { border-color: rgb(115,247,223); }
td.TdClassName
{
border-color: #73F7DF;
}
.TagClassName
{
border-color: #73F7DF;
}
</style>