Shades of Medium Aquamarine #70DC9B
Tints of Medium Aquamarine #70DC9B
RGB
CMYK
RGB Variations
Color information
#70DC9B (or 0x70DC9B) is known color: Medium Aquamarine. HEX triplet: 70, DC and 9B. RGB value is (112,220,155). Sum of RGB (Red+Green+Blue) = 112+220+155=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC9B is #8F2364. Grayscale: #B4B4B4. Windows color (decimal): -9380709 or 10214512. OLE color: 10214512.
HSL color Cylindrical-coordinate representation of color #70DC9B: hue angle of 143.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC9B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 155 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.14 |
| HSL | 143.89º | 0.61% | 0.65% | - |
| HSV(B) | 143.89º | 0.49% | 0.86% | - |
| XYZ | 38.19 | 57 | 40 | - |
| YUV | 180.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 155 | 0.49 | 0 | 0.30 | 0.14 | 143.89 | 0.61 | 0.65 |
| Hex | 70 | DC | 9B | 31 | 0 | 1E | E | 90 | 3D | 41 |
| Octal | 160 | 334 | 233 | 61 | 0 | 36 | 16 | 220 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10011011 | 110001 | 0 | 11110 | 1110 | 10010000 | 111101 | 1000001 |
Color Harmonies of #70DC9B
Complementary color
Monochromatic Colors of #70DC9B
Black with #70DC9B
Text Example
Text Example
White with #70DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC9B; }
p { color: rgb(112,220,155); }
H1.HeaderClassName
{
color: #70DC9B;
}
.AnyTagClassName
{
color: #70DC9B;
}
</style>
background-color css
<style>
a { background-color: #70DC9B; }
a { background-color: rgb(112,220,155); }
div.DivClassName
{
background-color: #70DC9B;
}
.BgClassName
{
background-color: #70DC9B;
}
</style>
border-color css
<style>
span { border-color: #70DC9B; }
span { border-color: rgb(112,220,155); }
td.TdClassName
{
border-color: #70DC9B;
}
.TagClassName
{
border-color: #70DC9B;
}
</style>