Shades of Medium Aquamarine #70E5B1
Tints of Medium Aquamarine #70E5B1
RGB
CMYK
RGB Variations
Color information
#70E5B1 (or 0x70E5B1) is known color: Medium Aquamarine. HEX triplet: 70, E5 and B1. RGB value is (112,229,177). Sum of RGB (Red+Green+Blue) = 112+229+177=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E5B1 is #8F1A4E. Grayscale: #BCBCBC. Windows color (decimal): -9378383 or 11658608. OLE color: 11658608.
HSL color Cylindrical-coordinate representation of color #70E5B1: hue angle of 153.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E5B1 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 177 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.10 |
| HSL | 153.33º | 0.69% | 0.67% | - |
| HSV(B) | 153.33º | 0.51% | 0.9% | - |
| XYZ | 42.64 | 62.66 | 51.44 | - |
| YUV | 188.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 177 | 0.51 | 0 | 0.23 | 0.10 | 153.33 | 0.69 | 0.67 |
| Hex | 70 | E5 | B1 | 33 | 0 | 17 | A | 99 | 45 | 43 |
| Octal | 160 | 345 | 261 | 63 | 0 | 27 | 12 | 231 | 105 | 103 |
| Binary | 1110000 | 11100101 | 10110001 | 110011 | 0 | 10111 | 1010 | 10011001 | 1000101 | 1000011 |
Color Harmonies of #70E5B1
Complementary color
Monochromatic Colors of #70E5B1
Black with #70E5B1
Text Example
Text Example
White with #70E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E5B1; }
p { color: rgb(112,229,177); }
H1.HeaderClassName
{
color: #70E5B1;
}
.AnyTagClassName
{
color: #70E5B1;
}
</style>
background-color css
<style>
a { background-color: #70E5B1; }
a { background-color: rgb(112,229,177); }
div.DivClassName
{
background-color: #70E5B1;
}
.BgClassName
{
background-color: #70E5B1;
}
</style>
border-color css
<style>
span { border-color: #70E5B1; }
span { border-color: rgb(112,229,177); }
td.TdClassName
{
border-color: #70E5B1;
}
.TagClassName
{
border-color: #70E5B1;
}
</style>