Shades of Aquamarine #73ECDB
Tints of Aquamarine #73ECDB
RGB
CMYK
RGB Variations
Color information
#73ECDB (or 0x73ECDB) is known color: Aquamarine. HEX triplet: 73, EC and DB. RGB value is (115,236,219). Sum of RGB (Red+Green+Blue) = 115+236+219=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECDB is #8C1324. Grayscale: #C5C5C5. Windows color (decimal): -9179941 or 14412915. OLE color: 14412915.
HSL color Cylindrical-coordinate representation of color #73ECDB: hue angle of 171.57º degrees, saturation: 0.76, 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 #73ECDB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 219 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.07 |
| HSL | 171.57º | 0.76% | 0.69% | - |
| HSV(B) | 171.57º | 0.51% | 0.93% | - |
| XYZ | 49.85 | 68.75 | 77.66 | - |
| YUV | 197.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 219 | 0.51 | 0 | 0.07 | 0.07 | 171.57 | 0.76 | 0.69 |
| Hex | 73 | EC | DB | 33 | 0 | 7 | 7 | AC | 4C | 45 |
| Octal | 163 | 354 | 333 | 63 | 0 | 7 | 7 | 254 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11011011 | 110011 | 0 | 111 | 111 | 10101100 | 1001100 | 1000101 |
Color Harmonies of #73ECDB
Complementary color
Monochromatic Colors of #73ECDB
Black with #73ECDB
Text Example
Text Example
White with #73ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECDB; }
p { color: rgb(115,236,219); }
H1.HeaderClassName
{
color: #73ECDB;
}
.AnyTagClassName
{
color: #73ECDB;
}
</style>
background-color css
<style>
a { background-color: #73ECDB; }
a { background-color: rgb(115,236,219); }
div.DivClassName
{
background-color: #73ECDB;
}
.BgClassName
{
background-color: #73ECDB;
}
</style>
border-color css
<style>
span { border-color: #73ECDB; }
span { border-color: rgb(115,236,219); }
td.TdClassName
{
border-color: #73ECDB;
}
.TagClassName
{
border-color: #73ECDB;
}
</style>