Shades of Medium Aquamarine #70ECB1
Tints of Medium Aquamarine #70ECB1
RGB
CMYK
RGB Variations
Color information
#70ECB1 (or 0x70ECB1) is known color: Medium Aquamarine. HEX triplet: 70, EC and B1. RGB value is (112,236,177). Sum of RGB (Red+Green+Blue) = 112+236+177=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECB1 is #8F134E. Grayscale: #C0C0C0. Windows color (decimal): -9376591 or 11660400. OLE color: 11660400.
HSL color Cylindrical-coordinate representation of color #70ECB1: hue angle of 151.45º 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 #70ECB1 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 177 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.07 |
| HSL | 151.45º | 0.77% | 0.68% | - |
| HSV(B) | 151.45º | 0.53% | 0.93% | - |
| XYZ | 44.61 | 66.61 | 52.1 | - |
| YUV | 192.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 177 | 0.53 | 0 | 0.25 | 0.07 | 151.45 | 0.77 | 0.68 |
| Hex | 70 | EC | B1 | 35 | 0 | 19 | 7 | 97 | 4D | 44 |
| Octal | 160 | 354 | 261 | 65 | 0 | 31 | 7 | 227 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10110001 | 110101 | 0 | 11001 | 111 | 10010111 | 1001101 | 1000100 |
Color Harmonies of #70ECB1
Complementary color
Monochromatic Colors of #70ECB1
Black with #70ECB1
Text Example
Text Example
White with #70ECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECB1; }
p { color: rgb(112,236,177); }
H1.HeaderClassName
{
color: #70ECB1;
}
.AnyTagClassName
{
color: #70ECB1;
}
</style>
background-color css
<style>
a { background-color: #70ECB1; }
a { background-color: rgb(112,236,177); }
div.DivClassName
{
background-color: #70ECB1;
}
.BgClassName
{
background-color: #70ECB1;
}
</style>
border-color css
<style>
span { border-color: #70ECB1; }
span { border-color: rgb(112,236,177); }
td.TdClassName
{
border-color: #70ECB1;
}
.TagClassName
{
border-color: #70ECB1;
}
</style>