Shades of Medium Aquamarine #70CEA3
Tints of Medium Aquamarine #70CEA3
RGB
CMYK
RGB Variations
Color information
#70CEA3 (or 0x70CEA3) is known color: Medium Aquamarine. HEX triplet: 70, CE and A3. RGB value is (112,206,163). Sum of RGB (Red+Green+Blue) = 112+206+163=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA3 is #8F315C. Grayscale: #ADADAD. Windows color (decimal): -9384285 or 10735216. OLE color: 10735216.
HSL color Cylindrical-coordinate representation of color #70CEA3: hue angle of 152.55º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEA3 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 163 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.19 |
| HSL | 152.55º | 0.49% | 0.62% | - |
| HSV(B) | 152.55º | 0.46% | 0.81% | - |
| XYZ | 35.36 | 50.23 | 42.48 | - |
| YUV | 172.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 163 | 0.46 | 0 | 0.21 | 0.19 | 152.55 | 0.49 | 0.62 |
| Hex | 70 | CE | A3 | 2E | 0 | 15 | 13 | 99 | 31 | 3E |
| Octal | 160 | 316 | 243 | 56 | 0 | 25 | 23 | 231 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10100011 | 101110 | 0 | 10101 | 10011 | 10011001 | 110001 | 111110 |
Color Harmonies of #70CEA3
Complementary color
Monochromatic Colors of #70CEA3
Black with #70CEA3
Text Example
Text Example
White with #70CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEA3; }
p { color: rgb(112,206,163); }
H1.HeaderClassName
{
color: #70CEA3;
}
.AnyTagClassName
{
color: #70CEA3;
}
</style>
background-color css
<style>
a { background-color: #70CEA3; }
a { background-color: rgb(112,206,163); }
div.DivClassName
{
background-color: #70CEA3;
}
.BgClassName
{
background-color: #70CEA3;
}
</style>
border-color css
<style>
span { border-color: #70CEA3; }
span { border-color: rgb(112,206,163); }
td.TdClassName
{
border-color: #70CEA3;
}
.TagClassName
{
border-color: #70CEA3;
}
</style>