Shades of Medium Aquamarine #70CEAC
Tints of Medium Aquamarine #70CEAC
RGB
CMYK
RGB Variations
Color information
#70CEAC (or 0x70CEAC) is known color: Medium Aquamarine. HEX triplet: 70, CE and AC. RGB value is (112,206,172). Sum of RGB (Red+Green+Blue) = 112+206+172=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEAC is #8F3153. Grayscale: #AEAEAE. Windows color (decimal): -9384276 or 11325040. OLE color: 11325040.
HSL color Cylindrical-coordinate representation of color #70CEAC: hue angle of 158.3º 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 #70CEAC is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 172 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.19 |
| HSL | 158.3º | 0.49% | 0.62% | - |
| HSV(B) | 158.3º | 0.46% | 0.81% | - |
| XYZ | 36.2 | 50.57 | 46.88 | - |
| YUV | 174.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 172 | 0.46 | 0 | 0.17 | 0.19 | 158.3 | 0.49 | 0.62 |
| Hex | 70 | CE | AC | 2E | 0 | 11 | 13 | 9E | 31 | 3E |
| Octal | 160 | 316 | 254 | 56 | 0 | 21 | 23 | 236 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10101100 | 101110 | 0 | 10001 | 10011 | 10011110 | 110001 | 111110 |
Color Harmonies of #70CEAC
Complementary color
Monochromatic Colors of #70CEAC
Black with #70CEAC
Text Example
Text Example
White with #70CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEAC; }
p { color: rgb(112,206,172); }
H1.HeaderClassName
{
color: #70CEAC;
}
.AnyTagClassName
{
color: #70CEAC;
}
</style>
background-color css
<style>
a { background-color: #70CEAC; }
a { background-color: rgb(112,206,172); }
div.DivClassName
{
background-color: #70CEAC;
}
.BgClassName
{
background-color: #70CEAC;
}
</style>
border-color css
<style>
span { border-color: #70CEAC; }
span { border-color: rgb(112,206,172); }
td.TdClassName
{
border-color: #70CEAC;
}
.TagClassName
{
border-color: #70CEAC;
}
</style>