Shades of Aquamarine #73EACB
Tints of Aquamarine #73EACB
RGB
CMYK
RGB Variations
Color information
#73EACB (or 0x73EACB) is known color: Aquamarine. HEX triplet: 73, EA and CB. RGB value is (115,234,203). Sum of RGB (Red+Green+Blue) = 115+234+203=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #73EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EACB is #8C1534. Grayscale: #C2C2C2. Windows color (decimal): -9180469 or 13363827. OLE color: 13363827.
HSL color Cylindrical-coordinate representation of color #73EACB: hue angle of 164.37º 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 #73EACB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 203 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.08 |
| HSL | 164.37º | 0.74% | 0.68% | - |
| HSV(B) | 164.37º | 0.51% | 0.92% | - |
| XYZ | 47.27 | 66.8 | 66.9 | - |
| YUV | 194.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 203 | 0.51 | 0 | 0.13 | 0.08 | 164.37 | 0.74 | 0.68 |
| Hex | 73 | EA | CB | 33 | 0 | D | 8 | A4 | 4A | 44 |
| Octal | 163 | 352 | 313 | 63 | 0 | 15 | 10 | 244 | 112 | 104 |
| Binary | 1110011 | 11101010 | 11001011 | 110011 | 0 | 1101 | 1000 | 10100100 | 1001010 | 1000100 |
Color Harmonies of #73EACB
Complementary color
Monochromatic Colors of #73EACB
Black with #73EACB
Text Example
Text Example
White with #73EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EACB; }
p { color: rgb(115,234,203); }
H1.HeaderClassName
{
color: #73EACB;
}
.AnyTagClassName
{
color: #73EACB;
}
</style>
background-color css
<style>
a { background-color: #73EACB; }
a { background-color: rgb(115,234,203); }
div.DivClassName
{
background-color: #73EACB;
}
.BgClassName
{
background-color: #73EACB;
}
</style>
border-color css
<style>
span { border-color: #73EACB; }
span { border-color: rgb(115,234,203); }
td.TdClassName
{
border-color: #73EACB;
}
.TagClassName
{
border-color: #73EACB;
}
</style>