Shades of Aquamarine #73EAD6
Tints of Aquamarine #73EAD6
RGB
CMYK
RGB Variations
Color information
#73EAD6 (or 0x73EAD6) is known color: Aquamarine. HEX triplet: 73, EA and D6. RGB value is (115,234,214). Sum of RGB (Red+Green+Blue) = 115+234+214=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAD6 is #8C1529. Grayscale: #C4C4C4. Windows color (decimal): -9180458 or 14084723. OLE color: 14084723.
HSL color Cylindrical-coordinate representation of color #73EAD6: hue angle of 169.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAD6 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 214 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.08 |
| HSL | 169.92º | 0.74% | 0.68% | - |
| HSV(B) | 169.92º | 0.51% | 0.92% | - |
| XYZ | 48.63 | 67.35 | 74.05 | - |
| YUV | 196.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 214 | 0.51 | 0 | 0.09 | 0.08 | 169.92 | 0.74 | 0.68 |
| Hex | 73 | EA | D6 | 33 | 0 | 9 | 8 | AA | 4A | 44 |
| Octal | 163 | 352 | 326 | 63 | 0 | 11 | 10 | 252 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11010110 | 110011 | 0 | 1001 | 1000 | 10101010 | 1001010 | 1000100 |
Color Harmonies of #73EAD6
Complementary color
Monochromatic Colors of #73EAD6
Black with #73EAD6
Text Example
Text Example
White with #73EAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EAD6; }
p { color: rgb(115,234,214); }
H1.HeaderClassName
{
color: #73EAD6;
}
.AnyTagClassName
{
color: #73EAD6;
}
</style>
background-color css
<style>
a { background-color: #73EAD6; }
a { background-color: rgb(115,234,214); }
div.DivClassName
{
background-color: #73EAD6;
}
.BgClassName
{
background-color: #73EAD6;
}
</style>
border-color css
<style>
span { border-color: #73EAD6; }
span { border-color: rgb(115,234,214); }
td.TdClassName
{
border-color: #73EAD6;
}
.TagClassName
{
border-color: #73EAD6;
}
</style>