Shades of Medium Aquamarine #70CEA2
Tints of Medium Aquamarine #70CEA2
RGB
CMYK
RGB Variations
Color information
#70CEA2 (or 0x70CEA2) is known color: Medium Aquamarine. HEX triplet: 70, CE and A2. RGB value is (112,206,162). Sum of RGB (Red+Green+Blue) = 112+206+162=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA2 is #8F315D. Grayscale: #ACACAC. Windows color (decimal): -9384286 or 10669680. OLE color: 10669680.
HSL color Cylindrical-coordinate representation of color #70CEA2: hue angle of 151.91º 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 #70CEA2 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 162 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.19 |
| HSL | 151.91º | 0.49% | 0.62% | - |
| HSV(B) | 151.91º | 0.46% | 0.81% | - |
| XYZ | 35.27 | 50.2 | 42.01 | - |
| YUV | 172.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 162 | 0.46 | 0 | 0.21 | 0.19 | 151.91 | 0.49 | 0.62 |
| Hex | 70 | CE | A2 | 2E | 0 | 15 | 13 | 98 | 31 | 3E |
| Octal | 160 | 316 | 242 | 56 | 0 | 25 | 23 | 230 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10100010 | 101110 | 0 | 10101 | 10011 | 10011000 | 110001 | 111110 |
Color Harmonies of #70CEA2
Complementary color
Monochromatic Colors of #70CEA2
Black with #70CEA2
Text Example
Text Example
White with #70CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEA2; }
p { color: rgb(112,206,162); }
H1.HeaderClassName
{
color: #70CEA2;
}
.AnyTagClassName
{
color: #70CEA2;
}
</style>
background-color css
<style>
a { background-color: #70CEA2; }
a { background-color: rgb(112,206,162); }
div.DivClassName
{
background-color: #70CEA2;
}
.BgClassName
{
background-color: #70CEA2;
}
</style>
border-color css
<style>
span { border-color: #70CEA2; }
span { border-color: rgb(112,206,162); }
td.TdClassName
{
border-color: #70CEA2;
}
.TagClassName
{
border-color: #70CEA2;
}
</style>