Shades of Aquamarine #73EEDB
Tints of Aquamarine #73EEDB
RGB
CMYK
RGB Variations
Color information
#73EEDB (or 0x73EEDB) is known color: Aquamarine. HEX triplet: 73, EE and DB. RGB value is (115,238,219). Sum of RGB (Red+Green+Blue) = 115+238+219=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEDB is #8C1124. Grayscale: #C7C7C7. Windows color (decimal): -9179429 or 14413427. OLE color: 14413427.
HSL color Cylindrical-coordinate representation of color #73EEDB: hue angle of 170.73º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEDB is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 219 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.07 |
| HSL | 170.73º | 0.78% | 0.69% | - |
| HSV(B) | 170.73º | 0.52% | 0.93% | - |
| XYZ | 50.43 | 69.91 | 77.85 | - |
| YUV | 199.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 219 | 0.52 | 0 | 0.08 | 0.07 | 170.73 | 0.78 | 0.69 |
| Hex | 73 | EE | DB | 34 | 0 | 8 | 7 | AB | 4E | 45 |
| Octal | 163 | 356 | 333 | 64 | 0 | 10 | 7 | 253 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11011011 | 110100 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000101 |
Color Harmonies of #73EEDB
Complementary color
Monochromatic Colors of #73EEDB
Black with #73EEDB
Text Example
Text Example
White with #73EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEDB; }
p { color: rgb(115,238,219); }
H1.HeaderClassName
{
color: #73EEDB;
}
.AnyTagClassName
{
color: #73EEDB;
}
</style>
background-color css
<style>
a { background-color: #73EEDB; }
a { background-color: rgb(115,238,219); }
div.DivClassName
{
background-color: #73EEDB;
}
.BgClassName
{
background-color: #73EEDB;
}
</style>
border-color css
<style>
span { border-color: #73EEDB; }
span { border-color: rgb(115,238,219); }
td.TdClassName
{
border-color: #73EEDB;
}
.TagClassName
{
border-color: #73EEDB;
}
</style>