Shades of Medium Aquamarine #70EBA5
Tints of Medium Aquamarine #70EBA5
RGB
CMYK
RGB Variations
Color information
#70EBA5 (or 0x70EBA5) is known color: Medium Aquamarine. HEX triplet: 70, EB and A5. RGB value is (112,235,165). Sum of RGB (Red+Green+Blue) = 112+235+165=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EBA5 is #8F145A. Grayscale: #BEBEBE. Windows color (decimal): -9376859 or 10873712. OLE color: 10873712.
HSL color Cylindrical-coordinate representation of color #70EBA5: hue angle of 145.85º 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 #70EBA5 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 165 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.08 |
| HSL | 145.85º | 0.75% | 0.68% | - |
| HSV(B) | 145.85º | 0.52% | 0.92% | - |
| XYZ | 43.18 | 65.58 | 45.98 | - |
| YUV | 190.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 165 | 0.52 | 0 | 0.30 | 0.08 | 145.85 | 0.75 | 0.68 |
| Hex | 70 | EB | A5 | 34 | 0 | 1E | 8 | 92 | 4B | 44 |
| Octal | 160 | 353 | 245 | 64 | 0 | 36 | 10 | 222 | 113 | 104 |
| Binary | 1110000 | 11101011 | 10100101 | 110100 | 0 | 11110 | 1000 | 10010010 | 1001011 | 1000100 |
Color Harmonies of #70EBA5
Complementary color
Monochromatic Colors of #70EBA5
Black with #70EBA5
Text Example
Text Example
White with #70EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBA5; }
p { color: rgb(112,235,165); }
H1.HeaderClassName
{
color: #70EBA5;
}
.AnyTagClassName
{
color: #70EBA5;
}
</style>
background-color css
<style>
a { background-color: #70EBA5; }
a { background-color: rgb(112,235,165); }
div.DivClassName
{
background-color: #70EBA5;
}
.BgClassName
{
background-color: #70EBA5;
}
</style>
border-color css
<style>
span { border-color: #70EBA5; }
span { border-color: rgb(112,235,165); }
td.TdClassName
{
border-color: #70EBA5;
}
.TagClassName
{
border-color: #70EBA5;
}
</style>