Shades of Aquamarine #73EEDD
Tints of Aquamarine #73EEDD
RGB
CMYK
RGB Variations
Color information
#73EEDD (or 0x73EEDD) is known color: Aquamarine. HEX triplet: 73, EE and DD. RGB value is (115,238,221). Sum of RGB (Red+Green+Blue) = 115+238+221=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEDD is #8C1122. Grayscale: #C7C7C7. Windows color (decimal): -9179427 or 14544499. OLE color: 14544499.
HSL color Cylindrical-coordinate representation of color #73EEDD: hue angle of 171.71º 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 #73EEDD is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 221 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.07 |
| HSL | 171.71º | 0.78% | 0.69% | - |
| HSV(B) | 171.71º | 0.52% | 0.93% | - |
| XYZ | 50.7 | 70.01 | 79.25 | - |
| YUV | 199.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 221 | 0.52 | 0 | 0.07 | 0.07 | 171.71 | 0.78 | 0.69 |
| Hex | 73 | EE | DD | 34 | 0 | 7 | 7 | AC | 4E | 45 |
| Octal | 163 | 356 | 335 | 64 | 0 | 7 | 7 | 254 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11011101 | 110100 | 0 | 111 | 111 | 10101100 | 1001110 | 1000101 |
Color Harmonies of #73EEDD
Complementary color
Monochromatic Colors of #73EEDD
Black with #73EEDD
Text Example
Text Example
White with #73EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEDD; }
p { color: rgb(115,238,221); }
H1.HeaderClassName
{
color: #73EEDD;
}
.AnyTagClassName
{
color: #73EEDD;
}
</style>
background-color css
<style>
a { background-color: #73EEDD; }
a { background-color: rgb(115,238,221); }
div.DivClassName
{
background-color: #73EEDD;
}
.BgClassName
{
background-color: #73EEDD;
}
</style>
border-color css
<style>
span { border-color: #73EEDD; }
span { border-color: rgb(115,238,221); }
td.TdClassName
{
border-color: #73EEDD;
}
.TagClassName
{
border-color: #73EEDD;
}
</style>