Shades of Medium Aquamarine #70ECA1
Tints of Medium Aquamarine #70ECA1
RGB
CMYK
RGB Variations
Color information
#70ECA1 (or 0x70ECA1) is known color: Medium Aquamarine. HEX triplet: 70, EC and A1. RGB value is (112,236,161). Sum of RGB (Red+Green+Blue) = 112+236+161=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECA1 is #8F135E. Grayscale: #BEBEBE. Windows color (decimal): -9376607 or 10611824. OLE color: 10611824.
HSL color Cylindrical-coordinate representation of color #70ECA1: hue angle of 143.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECA1 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 161 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.07 |
| HSL | 143.71º | 0.77% | 0.68% | - |
| HSV(B) | 143.71º | 0.53% | 0.93% | - |
| XYZ | 43.11 | 66.01 | 44.19 | - |
| YUV | 190.37 | 111.42 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 161 | 0.53 | 0 | 0.32 | 0.07 | 143.71 | 0.77 | 0.68 |
| Hex | 70 | EC | A1 | 35 | 0 | 20 | 7 | 90 | 4D | 44 |
| Octal | 160 | 354 | 241 | 65 | 0 | 40 | 7 | 220 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10100001 | 110101 | 0 | 100000 | 111 | 10010000 | 1001101 | 1000100 |
Color Harmonies of #70ECA1
Complementary color
Monochromatic Colors of #70ECA1
Black with #70ECA1
Text Example
Text Example
White with #70ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECA1; }
p { color: rgb(112,236,161); }
H1.HeaderClassName
{
color: #70ECA1;
}
.AnyTagClassName
{
color: #70ECA1;
}
</style>
background-color css
<style>
a { background-color: #70ECA1; }
a { background-color: rgb(112,236,161); }
div.DivClassName
{
background-color: #70ECA1;
}
.BgClassName
{
background-color: #70ECA1;
}
</style>
border-color css
<style>
span { border-color: #70ECA1; }
span { border-color: rgb(112,236,161); }
td.TdClassName
{
border-color: #70ECA1;
}
.TagClassName
{
border-color: #70ECA1;
}
</style>