Shades of Medium Aquamarine #70EDB0
Tints of Medium Aquamarine #70EDB0
RGB
CMYK
RGB Variations
Color information
#70EDB0 (or 0x70EDB0) is known color: Medium Aquamarine. HEX triplet: 70, ED and B0. RGB value is (112,237,176). Sum of RGB (Red+Green+Blue) = 112+237+176=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EDB0 is #8F124F. Grayscale: #C0C0C0. Windows color (decimal): -9376336 or 11595120. OLE color: 11595120.
HSL color Cylindrical-coordinate representation of color #70EDB0: hue angle of 150.72º degrees, saturation: 0.78, 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 #70EDB0 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 176 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.07 |
| HSL | 150.72º | 0.78% | 0.68% | - |
| HSV(B) | 150.72º | 0.53% | 0.93% | - |
| XYZ | 44.8 | 67.15 | 51.67 | - |
| YUV | 192.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 176 | 0.53 | 0 | 0.26 | 0.07 | 150.72 | 0.78 | 0.68 |
| Hex | 70 | ED | B0 | 35 | 0 | 1A | 7 | 97 | 4E | 44 |
| Octal | 160 | 355 | 260 | 65 | 0 | 32 | 7 | 227 | 116 | 104 |
| Binary | 1110000 | 11101101 | 10110000 | 110101 | 0 | 11010 | 111 | 10010111 | 1001110 | 1000100 |
Color Harmonies of #70EDB0
Complementary color
Monochromatic Colors of #70EDB0
Black with #70EDB0
Text Example
Text Example
White with #70EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDB0; }
p { color: rgb(112,237,176); }
H1.HeaderClassName
{
color: #70EDB0;
}
.AnyTagClassName
{
color: #70EDB0;
}
</style>
background-color css
<style>
a { background-color: #70EDB0; }
a { background-color: rgb(112,237,176); }
div.DivClassName
{
background-color: #70EDB0;
}
.BgClassName
{
background-color: #70EDB0;
}
</style>
border-color css
<style>
span { border-color: #70EDB0; }
span { border-color: rgb(112,237,176); }
td.TdClassName
{
border-color: #70EDB0;
}
.TagClassName
{
border-color: #70EDB0;
}
</style>