Shades of Aquamarine #73EEDA
Tints of Aquamarine #73EEDA
RGB
CMYK
RGB Variations
Color information
#73EEDA (or 0x73EEDA) is known color: Aquamarine. HEX triplet: 73, EE and DA. RGB value is (115,238,218). Sum of RGB (Red+Green+Blue) = 115+238+218=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEDA is #8C1125. Grayscale: #C6C6C6. Windows color (decimal): -9179430 or 14347891. OLE color: 14347891.
HSL color Cylindrical-coordinate representation of color #73EEDA: hue angle of 170.24º 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 #73EEDA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 218 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.07 |
| HSL | 170.24º | 0.78% | 0.69% | - |
| HSV(B) | 170.24º | 0.52% | 0.93% | - |
| XYZ | 50.3 | 69.86 | 77.16 | - |
| YUV | 198.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 218 | 0.52 | 0 | 0.08 | 0.07 | 170.24 | 0.78 | 0.69 |
| Hex | 73 | EE | DA | 34 | 0 | 8 | 7 | AA | 4E | 45 |
| Octal | 163 | 356 | 332 | 64 | 0 | 10 | 7 | 252 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11011010 | 110100 | 0 | 1000 | 111 | 10101010 | 1001110 | 1000101 |
Color Harmonies of #73EEDA
Complementary color
Monochromatic Colors of #73EEDA
Black with #73EEDA
Text Example
Text Example
White with #73EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEDA; }
p { color: rgb(115,238,218); }
H1.HeaderClassName
{
color: #73EEDA;
}
.AnyTagClassName
{
color: #73EEDA;
}
</style>
background-color css
<style>
a { background-color: #73EEDA; }
a { background-color: rgb(115,238,218); }
div.DivClassName
{
background-color: #73EEDA;
}
.BgClassName
{
background-color: #73EEDA;
}
</style>
border-color css
<style>
span { border-color: #73EEDA; }
span { border-color: rgb(115,238,218); }
td.TdClassName
{
border-color: #73EEDA;
}
.TagClassName
{
border-color: #73EEDA;
}
</style>