Shades of Aquamarine #73EBCD
Tints of Aquamarine #73EBCD
RGB
CMYK
RGB Variations
Color information
#73EBCD (or 0x73EBCD) is known color: Aquamarine. HEX triplet: 73, EB and CD. RGB value is (115,235,205). Sum of RGB (Red+Green+Blue) = 115+235+205=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBCD is #8C1432. Grayscale: #C3C3C3. Windows color (decimal): -9180211 or 13495155. OLE color: 13495155.
HSL color Cylindrical-coordinate representation of color #73EBCD: hue angle of 165º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBCD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 235 | 205 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.08 |
| HSL | 165º | 0.75% | 0.69% | - |
| HSV(B) | 165º | 0.51% | 0.92% | - |
| XYZ | 47.8 | 67.47 | 68.26 | - |
| YUV | 195.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 235 | 205 | 0.51 | 0 | 0.13 | 0.08 | 165 | 0.75 | 0.69 |
| Hex | 73 | EB | CD | 33 | 0 | D | 8 | A5 | 4B | 45 |
| Octal | 163 | 353 | 315 | 63 | 0 | 15 | 10 | 245 | 113 | 105 |
| Binary | 1110011 | 11101011 | 11001101 | 110011 | 0 | 1101 | 1000 | 10100101 | 1001011 | 1000101 |
Color Harmonies of #73EBCD
Complementary color
Monochromatic Colors of #73EBCD
Black with #73EBCD
Text Example
Text Example
White with #73EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EBCD; }
p { color: rgb(115,235,205); }
H1.HeaderClassName
{
color: #73EBCD;
}
.AnyTagClassName
{
color: #73EBCD;
}
</style>
background-color css
<style>
a { background-color: #73EBCD; }
a { background-color: rgb(115,235,205); }
div.DivClassName
{
background-color: #73EBCD;
}
.BgClassName
{
background-color: #73EBCD;
}
</style>
border-color css
<style>
span { border-color: #73EBCD; }
span { border-color: rgb(115,235,205); }
td.TdClassName
{
border-color: #73EBCD;
}
.TagClassName
{
border-color: #73EBCD;
}
</style>