Shades of Aquamarine #73EACE
Tints of Aquamarine #73EACE
RGB
CMYK
RGB Variations
Color information
#73EACE (or 0x73EACE) is known color: Aquamarine. HEX triplet: 73, EA and CE. RGB value is (115,234,206). Sum of RGB (Red+Green+Blue) = 115+234+206=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #73EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EACE is #8C1531. Grayscale: #C3C3C3. Windows color (decimal): -9180466 or 13560435. OLE color: 13560435.
HSL color Cylindrical-coordinate representation of color #73EACE: hue angle of 165.88º 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 #73EACE is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 206 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.08 |
| HSL | 165.88º | 0.74% | 0.68% | - |
| HSV(B) | 165.88º | 0.51% | 0.92% | - |
| XYZ | 47.63 | 66.95 | 68.8 | - |
| YUV | 195.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 206 | 0.51 | 0 | 0.12 | 0.08 | 165.88 | 0.74 | 0.68 |
| Hex | 73 | EA | CE | 33 | 0 | C | 8 | A6 | 4A | 44 |
| Octal | 163 | 352 | 316 | 63 | 0 | 14 | 10 | 246 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11001110 | 110011 | 0 | 1100 | 1000 | 10100110 | 1001010 | 1000100 |
Color Harmonies of #73EACE
Complementary color
Monochromatic Colors of #73EACE
Black with #73EACE
Text Example
Text Example
White with #73EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EACE; }
p { color: rgb(115,234,206); }
H1.HeaderClassName
{
color: #73EACE;
}
.AnyTagClassName
{
color: #73EACE;
}
</style>
background-color css
<style>
a { background-color: #73EACE; }
a { background-color: rgb(115,234,206); }
div.DivClassName
{
background-color: #73EACE;
}
.BgClassName
{
background-color: #73EACE;
}
</style>
border-color css
<style>
span { border-color: #73EACE; }
span { border-color: rgb(115,234,206); }
td.TdClassName
{
border-color: #73EACE;
}
.TagClassName
{
border-color: #73EACE;
}
</style>