Shades of Medium Aquamarine #70CDA9
Tints of Medium Aquamarine #70CDA9
RGB
CMYK
RGB Variations
Color information
#70CDA9 (or 0x70CDA9) is known color: Medium Aquamarine. HEX triplet: 70, CD and A9. RGB value is (112,205,169). Sum of RGB (Red+Green+Blue) = 112+205+169=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDA9 is #8F3256. Grayscale: #ADADAD. Windows color (decimal): -9384535 or 11128176. OLE color: 11128176.
HSL color Cylindrical-coordinate representation of color #70CDA9: hue angle of 156.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDA9 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 169 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.20 |
| HSL | 156.77º | 0.48% | 0.62% | - |
| HSV(B) | 156.77º | 0.45% | 0.8% | - |
| XYZ | 35.67 | 49.97 | 45.3 | - |
| YUV | 173.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 169 | 0.45 | 0 | 0.18 | 0.20 | 156.77 | 0.48 | 0.62 |
| Hex | 70 | CD | A9 | 2D | 0 | 12 | 14 | 9D | 30 | 3E |
| Octal | 160 | 315 | 251 | 55 | 0 | 22 | 24 | 235 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10101001 | 101101 | 0 | 10010 | 10100 | 10011101 | 110000 | 111110 |
Color Harmonies of #70CDA9
Complementary color
Monochromatic Colors of #70CDA9
Black with #70CDA9
Text Example
Text Example
White with #70CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDA9; }
p { color: rgb(112,205,169); }
H1.HeaderClassName
{
color: #70CDA9;
}
.AnyTagClassName
{
color: #70CDA9;
}
</style>
background-color css
<style>
a { background-color: #70CDA9; }
a { background-color: rgb(112,205,169); }
div.DivClassName
{
background-color: #70CDA9;
}
.BgClassName
{
background-color: #70CDA9;
}
</style>
border-color css
<style>
span { border-color: #70CDA9; }
span { border-color: rgb(112,205,169); }
td.TdClassName
{
border-color: #70CDA9;
}
.TagClassName
{
border-color: #70CDA9;
}
</style>