Shades of Medium Aquamarine #70D5A1
Tints of Medium Aquamarine #70D5A1
RGB
CMYK
RGB Variations
Color information
#70D5A1 (or 0x70D5A1) is known color: Medium Aquamarine. HEX triplet: 70, D5 and A1. RGB value is (112,213,161). Sum of RGB (Red+Green+Blue) = 112+213+161=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #70D5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D5A1 is #8F2A5E. Grayscale: #B0B0B0. Windows color (decimal): -9382495 or 10605936. OLE color: 10605936.
HSL color Cylindrical-coordinate representation of color #70D5A1: hue angle of 149.11º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D5A1 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 161 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.16 |
| HSL | 149.11º | 0.55% | 0.64% | - |
| HSV(B) | 149.11º | 0.47% | 0.84% | - |
| XYZ | 36.91 | 53.61 | 42.12 | - |
| YUV | 176.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 161 | 0.47 | 0 | 0.24 | 0.16 | 149.11 | 0.55 | 0.64 |
| Hex | 70 | D5 | A1 | 2F | 0 | 18 | 10 | 95 | 37 | 40 |
| Octal | 160 | 325 | 241 | 57 | 0 | 30 | 20 | 225 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10100001 | 101111 | 0 | 11000 | 10000 | 10010101 | 110111 | 1000000 |
Color Harmonies of #70D5A1
Complementary color
Monochromatic Colors of #70D5A1
Black with #70D5A1
Text Example
Text Example
White with #70D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D5A1; }
p { color: rgb(112,213,161); }
H1.HeaderClassName
{
color: #70D5A1;
}
.AnyTagClassName
{
color: #70D5A1;
}
</style>
background-color css
<style>
a { background-color: #70D5A1; }
a { background-color: rgb(112,213,161); }
div.DivClassName
{
background-color: #70D5A1;
}
.BgClassName
{
background-color: #70D5A1;
}
</style>
border-color css
<style>
span { border-color: #70D5A1; }
span { border-color: rgb(112,213,161); }
td.TdClassName
{
border-color: #70D5A1;
}
.TagClassName
{
border-color: #70D5A1;
}
</style>