Shades of Aquamarine #73F1DC
Tints of Aquamarine #73F1DC
RGB
CMYK
RGB Variations
Color information
#73F1DC (or 0x73F1DC) is known color: Aquamarine. HEX triplet: 73, F1 and DC. RGB value is (115,241,220). Sum of RGB (Red+Green+Blue) = 115+241+220=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1DC is #8C0E23. Grayscale: #C8C8C8. Windows color (decimal): -9178660 or 14479731. OLE color: 14479731.
HSL color Cylindrical-coordinate representation of color #73F1DC: hue angle of 170º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1DC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 220 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.05 |
| HSL | 170º | 0.82% | 0.7% | - |
| HSV(B) | 170º | 0.52% | 0.95% | - |
| XYZ | 51.44 | 71.72 | 78.84 | - |
| YUV | 200.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 220 | 0.52 | 0 | 0.09 | 0.05 | 170 | 0.82 | 0.7 |
| Hex | 73 | F1 | DC | 34 | 0 | 9 | 5 | AA | 52 | 46 |
| Octal | 163 | 361 | 334 | 64 | 0 | 11 | 5 | 252 | 122 | 106 |
| Binary | 1110011 | 11110001 | 11011100 | 110100 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000110 |
Color Harmonies of #73F1DC
Complementary color
Monochromatic Colors of #73F1DC
Black with #73F1DC
Text Example
Text Example
White with #73F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F1DC; }
p { color: rgb(115,241,220); }
H1.HeaderClassName
{
color: #73F1DC;
}
.AnyTagClassName
{
color: #73F1DC;
}
</style>
background-color css
<style>
a { background-color: #73F1DC; }
a { background-color: rgb(115,241,220); }
div.DivClassName
{
background-color: #73F1DC;
}
.BgClassName
{
background-color: #73F1DC;
}
</style>
border-color css
<style>
span { border-color: #73F1DC; }
span { border-color: rgb(115,241,220); }
td.TdClassName
{
border-color: #73F1DC;
}
.TagClassName
{
border-color: #73F1DC;
}
</style>