Shades of Medium Aquamarine #70DB9C
Tints of Medium Aquamarine #70DB9C
RGB
CMYK
RGB Variations
Color information
#70DB9C (or 0x70DB9C) is known color: Medium Aquamarine. HEX triplet: 70, DB and 9C. RGB value is (112,219,156). Sum of RGB (Red+Green+Blue) = 112+219+156=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB9C is #8F2463. Grayscale: #B3B3B3. Windows color (decimal): -9380964 or 10279792. OLE color: 10279792.
HSL color Cylindrical-coordinate representation of color #70DB9C: hue angle of 144.67º degrees, saturation: 0.6, 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 #70DB9C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 156 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.14 |
| HSL | 144.67º | 0.6% | 0.65% | - |
| HSV(B) | 144.67º | 0.49% | 0.86% | - |
| XYZ | 38.01 | 56.51 | 40.36 | - |
| YUV | 179.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 156 | 0.49 | 0 | 0.29 | 0.14 | 144.67 | 0.6 | 0.65 |
| Hex | 70 | DB | 9C | 31 | 0 | 1D | E | 91 | 3C | 41 |
| Octal | 160 | 333 | 234 | 61 | 0 | 35 | 16 | 221 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10011100 | 110001 | 0 | 11101 | 1110 | 10010001 | 111100 | 1000001 |
Color Harmonies of #70DB9C
Complementary color
Monochromatic Colors of #70DB9C
Black with #70DB9C
Text Example
Text Example
White with #70DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB9C; }
p { color: rgb(112,219,156); }
H1.HeaderClassName
{
color: #70DB9C;
}
.AnyTagClassName
{
color: #70DB9C;
}
</style>
background-color css
<style>
a { background-color: #70DB9C; }
a { background-color: rgb(112,219,156); }
div.DivClassName
{
background-color: #70DB9C;
}
.BgClassName
{
background-color: #70DB9C;
}
</style>
border-color css
<style>
span { border-color: #70DB9C; }
span { border-color: rgb(112,219,156); }
td.TdClassName
{
border-color: #70DB9C;
}
.TagClassName
{
border-color: #70DB9C;
}
</style>