Shades of Medium Aquamarine #70EAAD
Tints of Medium Aquamarine #70EAAD
RGB
CMYK
RGB Variations
Color information
#70EAAD (or 0x70EAAD) is known color: Medium Aquamarine. HEX triplet: 70, EA and AD. RGB value is (112,234,173). Sum of RGB (Red+Green+Blue) = 112+234+173=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EAAD is #8F1552. Grayscale: #BEBEBE. Windows color (decimal): -9377107 or 11397744. OLE color: 11397744.
HSL color Cylindrical-coordinate representation of color #70EAAD: hue angle of 150º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAAD is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 173 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.08 |
| HSL | 150º | 0.74% | 0.68% | - |
| HSV(B) | 150º | 0.52% | 0.92% | - |
| XYZ | 43.65 | 65.31 | 49.84 | - |
| YUV | 190.57 | 118.08 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 173 | 0.52 | 0 | 0.26 | 0.08 | 150 | 0.74 | 0.68 |
| Hex | 70 | EA | AD | 34 | 0 | 1A | 8 | 96 | 4A | 44 |
| Octal | 160 | 352 | 255 | 64 | 0 | 32 | 10 | 226 | 112 | 104 |
| Binary | 1110000 | 11101010 | 10101101 | 110100 | 0 | 11010 | 1000 | 10010110 | 1001010 | 1000100 |
Color Harmonies of #70EAAD
Complementary color
Monochromatic Colors of #70EAAD
Black with #70EAAD
Text Example
Text Example
White with #70EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EAAD; }
p { color: rgb(112,234,173); }
H1.HeaderClassName
{
color: #70EAAD;
}
.AnyTagClassName
{
color: #70EAAD;
}
</style>
background-color css
<style>
a { background-color: #70EAAD; }
a { background-color: rgb(112,234,173); }
div.DivClassName
{
background-color: #70EAAD;
}
.BgClassName
{
background-color: #70EAAD;
}
</style>
border-color css
<style>
span { border-color: #70EAAD; }
span { border-color: rgb(112,234,173); }
td.TdClassName
{
border-color: #70EAAD;
}
.TagClassName
{
border-color: #70EAAD;
}
</style>