Shades of Medium Aquamarine #70E7B2
Tints of Medium Aquamarine #70E7B2
RGB
CMYK
RGB Variations
Color information
#70E7B2 (or 0x70E7B2) is known color: Medium Aquamarine. HEX triplet: 70, E7 and B2. RGB value is (112,231,178). Sum of RGB (Red+Green+Blue) = 112+231+178=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7B2 is #8F184D. Grayscale: #BDBDBD. Windows color (decimal): -9377870 or 11724656. OLE color: 11724656.
HSL color Cylindrical-coordinate representation of color #70E7B2: hue angle of 153.28º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7B2 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 178 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.09 |
| HSL | 153.28º | 0.71% | 0.67% | - |
| HSV(B) | 153.28º | 0.52% | 0.91% | - |
| XYZ | 43.29 | 63.81 | 52.15 | - |
| YUV | 189.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 178 | 0.52 | 0 | 0.23 | 0.09 | 153.28 | 0.71 | 0.67 |
| Hex | 70 | E7 | B2 | 34 | 0 | 17 | 9 | 99 | 47 | 43 |
| Octal | 160 | 347 | 262 | 64 | 0 | 27 | 11 | 231 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10110010 | 110100 | 0 | 10111 | 1001 | 10011001 | 1000111 | 1000011 |
Color Harmonies of #70E7B2
Complementary color
Monochromatic Colors of #70E7B2
Black with #70E7B2
Text Example
Text Example
White with #70E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7B2; }
p { color: rgb(112,231,178); }
H1.HeaderClassName
{
color: #70E7B2;
}
.AnyTagClassName
{
color: #70E7B2;
}
</style>
background-color css
<style>
a { background-color: #70E7B2; }
a { background-color: rgb(112,231,178); }
div.DivClassName
{
background-color: #70E7B2;
}
.BgClassName
{
background-color: #70E7B2;
}
</style>
border-color css
<style>
span { border-color: #70E7B2; }
span { border-color: rgb(112,231,178); }
td.TdClassName
{
border-color: #70E7B2;
}
.TagClassName
{
border-color: #70E7B2;
}
</style>