Shades of Medium Aquamarine #70D7B2
Tints of Medium Aquamarine #70D7B2
RGB
CMYK
RGB Variations
Color information
#70D7B2 (or 0x70D7B2) is known color: Medium Aquamarine. HEX triplet: 70, D7 and B2. RGB value is (112,215,178). Sum of RGB (Red+Green+Blue) = 112+215+178=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D7B2 is #8F284D. Grayscale: #B4B4B4. Windows color (decimal): -9381966 or 11720560. OLE color: 11720560.
HSL color Cylindrical-coordinate representation of color #70D7B2: hue angle of 158.45º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7B2 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 178 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.16 |
| HSL | 158.45º | 0.56% | 0.64% | - |
| HSV(B) | 158.45º | 0.48% | 0.84% | - |
| XYZ | 39.02 | 55.26 | 50.73 | - |
| YUV | 179.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 178 | 0.48 | 0 | 0.17 | 0.16 | 158.45 | 0.56 | 0.64 |
| Hex | 70 | D7 | B2 | 30 | 0 | 11 | 10 | 9E | 38 | 40 |
| Octal | 160 | 327 | 262 | 60 | 0 | 21 | 20 | 236 | 70 | 100 |
| Binary | 1110000 | 11010111 | 10110010 | 110000 | 0 | 10001 | 10000 | 10011110 | 111000 | 1000000 |
Color Harmonies of #70D7B2
Complementary color
Monochromatic Colors of #70D7B2
Black with #70D7B2
Text Example
Text Example
White with #70D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D7B2; }
p { color: rgb(112,215,178); }
H1.HeaderClassName
{
color: #70D7B2;
}
.AnyTagClassName
{
color: #70D7B2;
}
</style>
background-color css
<style>
a { background-color: #70D7B2; }
a { background-color: rgb(112,215,178); }
div.DivClassName
{
background-color: #70D7B2;
}
.BgClassName
{
background-color: #70D7B2;
}
</style>
border-color css
<style>
span { border-color: #70D7B2; }
span { border-color: rgb(112,215,178); }
td.TdClassName
{
border-color: #70D7B2;
}
.TagClassName
{
border-color: #70D7B2;
}
</style>