Shades of Medium Aquamarine #70ECB3
Tints of Medium Aquamarine #70ECB3
RGB
CMYK
RGB Variations
Color information
#70ECB3 (or 0x70ECB3) is known color: Medium Aquamarine. HEX triplet: 70, EC and B3. RGB value is (112,236,179). Sum of RGB (Red+Green+Blue) = 112+236+179=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECB3 is #8F134C. Grayscale: #C0C0C0. Windows color (decimal): -9376589 or 11791472. OLE color: 11791472.
HSL color Cylindrical-coordinate representation of color #70ECB3: hue angle of 152.42º 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 #70ECB3 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 179 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.07 |
| HSL | 152.42º | 0.77% | 0.68% | - |
| HSV(B) | 152.42º | 0.53% | 0.93% | - |
| XYZ | 44.81 | 66.69 | 53.16 | - |
| YUV | 192.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 179 | 0.53 | 0 | 0.24 | 0.07 | 152.42 | 0.77 | 0.68 |
| Hex | 70 | EC | B3 | 35 | 0 | 18 | 7 | 98 | 4D | 44 |
| Octal | 160 | 354 | 263 | 65 | 0 | 30 | 7 | 230 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10110011 | 110101 | 0 | 11000 | 111 | 10011000 | 1001101 | 1000100 |
Color Harmonies of #70ECB3
Complementary color
Monochromatic Colors of #70ECB3
Black with #70ECB3
Text Example
Text Example
White with #70ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECB3; }
p { color: rgb(112,236,179); }
H1.HeaderClassName
{
color: #70ECB3;
}
.AnyTagClassName
{
color: #70ECB3;
}
</style>
background-color css
<style>
a { background-color: #70ECB3; }
a { background-color: rgb(112,236,179); }
div.DivClassName
{
background-color: #70ECB3;
}
.BgClassName
{
background-color: #70ECB3;
}
</style>
border-color css
<style>
span { border-color: #70ECB3; }
span { border-color: rgb(112,236,179); }
td.TdClassName
{
border-color: #70ECB3;
}
.TagClassName
{
border-color: #70ECB3;
}
</style>