Shades of Medium Aquamarine #70ECB2
Tints of Medium Aquamarine #70ECB2
RGB
CMYK
RGB Variations
Color information
#70ECB2 (or 0x70ECB2) is known color: Medium Aquamarine. HEX triplet: 70, EC and B2. RGB value is (112,236,178). Sum of RGB (Red+Green+Blue) = 112+236+178=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECB2 is #8F134D. Grayscale: #C0C0C0. Windows color (decimal): -9376590 or 11725936. OLE color: 11725936.
HSL color Cylindrical-coordinate representation of color #70ECB2: hue angle of 151.94º 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 #70ECB2 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 178 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.07 |
| HSL | 151.94º | 0.77% | 0.68% | - |
| HSV(B) | 151.94º | 0.53% | 0.93% | - |
| XYZ | 44.71 | 66.65 | 52.63 | - |
| YUV | 192.31 | 119.92 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 178 | 0.53 | 0 | 0.25 | 0.07 | 151.94 | 0.77 | 0.68 |
| Hex | 70 | EC | B2 | 35 | 0 | 19 | 7 | 98 | 4D | 44 |
| Octal | 160 | 354 | 262 | 65 | 0 | 31 | 7 | 230 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10110010 | 110101 | 0 | 11001 | 111 | 10011000 | 1001101 | 1000100 |
Color Harmonies of #70ECB2
Complementary color
Monochromatic Colors of #70ECB2
Black with #70ECB2
Text Example
Text Example
White with #70ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECB2; }
p { color: rgb(112,236,178); }
H1.HeaderClassName
{
color: #70ECB2;
}
.AnyTagClassName
{
color: #70ECB2;
}
</style>
background-color css
<style>
a { background-color: #70ECB2; }
a { background-color: rgb(112,236,178); }
div.DivClassName
{
background-color: #70ECB2;
}
.BgClassName
{
background-color: #70ECB2;
}
</style>
border-color css
<style>
span { border-color: #70ECB2; }
span { border-color: rgb(112,236,178); }
td.TdClassName
{
border-color: #70ECB2;
}
.TagClassName
{
border-color: #70ECB2;
}
</style>