Shades of Medium Aquamarine #70D9B2
Tints of Medium Aquamarine #70D9B2
RGB
CMYK
RGB Variations
Color information
#70D9B2 (or 0x70D9B2) is known color: Medium Aquamarine. HEX triplet: 70, D9 and B2. RGB value is (112,217,178). Sum of RGB (Red+Green+Blue) = 112+217+178=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D9B2 is #8F264D. Grayscale: #B5B5B5. Windows color (decimal): -9381454 or 11721072. OLE color: 11721072.
HSL color Cylindrical-coordinate representation of color #70D9B2: hue angle of 157.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9B2 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 178 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.15 |
| HSL | 157.71º | 0.58% | 0.65% | - |
| HSV(B) | 157.71º | 0.48% | 0.85% | - |
| XYZ | 39.53 | 56.28 | 50.9 | - |
| YUV | 181.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 178 | 0.48 | 0 | 0.18 | 0.15 | 157.71 | 0.58 | 0.65 |
| Hex | 70 | D9 | B2 | 30 | 0 | 12 | F | 9E | 3A | 41 |
| Octal | 160 | 331 | 262 | 60 | 0 | 22 | 17 | 236 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10110010 | 110000 | 0 | 10010 | 1111 | 10011110 | 111010 | 1000001 |
Color Harmonies of #70D9B2
Complementary color
Monochromatic Colors of #70D9B2
Black with #70D9B2
Text Example
Text Example
White with #70D9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D9B2; }
p { color: rgb(112,217,178); }
H1.HeaderClassName
{
color: #70D9B2;
}
.AnyTagClassName
{
color: #70D9B2;
}
</style>
background-color css
<style>
a { background-color: #70D9B2; }
a { background-color: rgb(112,217,178); }
div.DivClassName
{
background-color: #70D9B2;
}
.BgClassName
{
background-color: #70D9B2;
}
</style>
border-color css
<style>
span { border-color: #70D9B2; }
span { border-color: rgb(112,217,178); }
td.TdClassName
{
border-color: #70D9B2;
}
.TagClassName
{
border-color: #70D9B2;
}
</style>