Shades of Medium Aquamarine #70EEAD
Tints of Medium Aquamarine #70EEAD
RGB
CMYK
RGB Variations
Color information
#70EEAD (or 0x70EEAD) is known color: Medium Aquamarine. HEX triplet: 70, EE and AD. RGB value is (112,238,173). Sum of RGB (Red+Green+Blue) = 112+238+173=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEAD is #8F1152. Grayscale: #C1C1C1. Windows color (decimal): -9376083 or 11398768. OLE color: 11398768.
HSL color Cylindrical-coordinate representation of color #70EEAD: hue angle of 149.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEAD is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 173 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.07 |
| HSL | 149.05º | 0.79% | 0.69% | - |
| HSV(B) | 149.05º | 0.53% | 0.93% | - |
| XYZ | 44.8 | 67.61 | 50.22 | - |
| YUV | 192.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 173 | 0.53 | 0 | 0.27 | 0.07 | 149.05 | 0.79 | 0.69 |
| Hex | 70 | EE | AD | 35 | 0 | 1B | 7 | 95 | 4F | 45 |
| Octal | 160 | 356 | 255 | 65 | 0 | 33 | 7 | 225 | 117 | 105 |
| Binary | 1110000 | 11101110 | 10101101 | 110101 | 0 | 11011 | 111 | 10010101 | 1001111 | 1000101 |
Color Harmonies of #70EEAD
Complementary color
Monochromatic Colors of #70EEAD
Black with #70EEAD
Text Example
Text Example
White with #70EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EEAD; }
p { color: rgb(112,238,173); }
H1.HeaderClassName
{
color: #70EEAD;
}
.AnyTagClassName
{
color: #70EEAD;
}
</style>
background-color css
<style>
a { background-color: #70EEAD; }
a { background-color: rgb(112,238,173); }
div.DivClassName
{
background-color: #70EEAD;
}
.BgClassName
{
background-color: #70EEAD;
}
</style>
border-color css
<style>
span { border-color: #70EEAD; }
span { border-color: rgb(112,238,173); }
td.TdClassName
{
border-color: #70EEAD;
}
.TagClassName
{
border-color: #70EEAD;
}
</style>