Shades of Medium Aquamarine #70EFA3
Tints of Medium Aquamarine #70EFA3
RGB
CMYK
RGB Variations
Color information
#70EFA3 (or 0x70EFA3) is known color: Medium Aquamarine. HEX triplet: 70, EF and A3. RGB value is (112,239,163). Sum of RGB (Red+Green+Blue) = 112+239+163=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFA3 is #8F105C. Grayscale: #C0C0C0. Windows color (decimal): -9375837 or 10743664. OLE color: 10743664.
HSL color Cylindrical-coordinate representation of color #70EFA3: hue angle of 144.09º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFA3 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 163 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.06 |
| HSL | 144.09º | 0.8% | 0.69% | - |
| HSV(B) | 144.09º | 0.53% | 0.94% | - |
| XYZ | 44.16 | 67.82 | 45.41 | - |
| YUV | 192.36 | 111.42 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 163 | 0.53 | 0 | 0.32 | 0.06 | 144.09 | 0.8 | 0.69 |
| Hex | 70 | EF | A3 | 35 | 0 | 20 | 6 | 90 | 50 | 45 |
| Octal | 160 | 357 | 243 | 65 | 0 | 40 | 6 | 220 | 120 | 105 |
| Binary | 1110000 | 11101111 | 10100011 | 110101 | 0 | 100000 | 110 | 10010000 | 1010000 | 1000101 |
Color Harmonies of #70EFA3
Complementary color
Monochromatic Colors of #70EFA3
Black with #70EFA3
Text Example
Text Example
White with #70EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFA3; }
p { color: rgb(112,239,163); }
H1.HeaderClassName
{
color: #70EFA3;
}
.AnyTagClassName
{
color: #70EFA3;
}
</style>
background-color css
<style>
a { background-color: #70EFA3; }
a { background-color: rgb(112,239,163); }
div.DivClassName
{
background-color: #70EFA3;
}
.BgClassName
{
background-color: #70EFA3;
}
</style>
border-color css
<style>
span { border-color: #70EFA3; }
span { border-color: rgb(112,239,163); }
td.TdClassName
{
border-color: #70EFA3;
}
.TagClassName
{
border-color: #70EFA3;
}
</style>