Shades of Medium Aquamarine #70EBA9
Tints of Medium Aquamarine #70EBA9
RGB
CMYK
RGB Variations
Color information
#70EBA9 (or 0x70EBA9) is known color: Medium Aquamarine. HEX triplet: 70, EB and A9. RGB value is (112,235,169). Sum of RGB (Red+Green+Blue) = 112+235+169=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EBA9 is #8F1456. Grayscale: #BEBEBE. Windows color (decimal): -9376855 or 11135856. OLE color: 11135856.
HSL color Cylindrical-coordinate representation of color #70EBA9: hue angle of 147.8º degrees, saturation: 0.75, 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 #70EBA9 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 169 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.08 |
| HSL | 147.8º | 0.75% | 0.68% | - |
| HSV(B) | 147.8º | 0.52% | 0.92% | - |
| XYZ | 43.55 | 65.73 | 47.93 | - |
| YUV | 190.7 | 115.75 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 169 | 0.52 | 0 | 0.28 | 0.08 | 147.8 | 0.75 | 0.68 |
| Hex | 70 | EB | A9 | 34 | 0 | 1C | 8 | 94 | 4B | 44 |
| Octal | 160 | 353 | 251 | 64 | 0 | 34 | 10 | 224 | 113 | 104 |
| Binary | 1110000 | 11101011 | 10101001 | 110100 | 0 | 11100 | 1000 | 10010100 | 1001011 | 1000100 |
Color Harmonies of #70EBA9
Complementary color
Monochromatic Colors of #70EBA9
Black with #70EBA9
Text Example
Text Example
White with #70EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBA9; }
p { color: rgb(112,235,169); }
H1.HeaderClassName
{
color: #70EBA9;
}
.AnyTagClassName
{
color: #70EBA9;
}
</style>
background-color css
<style>
a { background-color: #70EBA9; }
a { background-color: rgb(112,235,169); }
div.DivClassName
{
background-color: #70EBA9;
}
.BgClassName
{
background-color: #70EBA9;
}
</style>
border-color css
<style>
span { border-color: #70EBA9; }
span { border-color: rgb(112,235,169); }
td.TdClassName
{
border-color: #70EBA9;
}
.TagClassName
{
border-color: #70EBA9;
}
</style>