Shades of Aquamarine #73EDCB
Tints of Aquamarine #73EDCB
RGB
CMYK
RGB Variations
Color information
#73EDCB (or 0x73EDCB) is known color: Aquamarine. HEX triplet: 73, ED and CB. RGB value is (115,237,203). Sum of RGB (Red+Green+Blue) = 115+237+203=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDCB is #8C1234. Grayscale: #C4C4C4. Windows color (decimal): -9179701 or 13364595. OLE color: 13364595.
HSL color Cylindrical-coordinate representation of color #73EDCB: hue angle of 163.28º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EDCB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 237 | 203 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.07 |
| HSL | 163.28º | 0.77% | 0.69% | - |
| HSV(B) | 163.28º | 0.51% | 0.93% | - |
| XYZ | 48.13 | 68.53 | 67.19 | - |
| YUV | 196.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 203 | 0.51 | 0 | 0.14 | 0.07 | 163.28 | 0.77 | 0.69 |
| Hex | 73 | ED | CB | 33 | 0 | E | 7 | A3 | 4D | 45 |
| Octal | 163 | 355 | 313 | 63 | 0 | 16 | 7 | 243 | 115 | 105 |
| Binary | 1110011 | 11101101 | 11001011 | 110011 | 0 | 1110 | 111 | 10100011 | 1001101 | 1000101 |
Color Harmonies of #73EDCB
Complementary color
Monochromatic Colors of #73EDCB
Black with #73EDCB
Text Example
Text Example
White with #73EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EDCB; }
p { color: rgb(115,237,203); }
H1.HeaderClassName
{
color: #73EDCB;
}
.AnyTagClassName
{
color: #73EDCB;
}
</style>
background-color css
<style>
a { background-color: #73EDCB; }
a { background-color: rgb(115,237,203); }
div.DivClassName
{
background-color: #73EDCB;
}
.BgClassName
{
background-color: #73EDCB;
}
</style>
border-color css
<style>
span { border-color: #73EDCB; }
span { border-color: rgb(115,237,203); }
td.TdClassName
{
border-color: #73EDCB;
}
.TagClassName
{
border-color: #73EDCB;
}
</style>