Shades of Medium Aquamarine #70CDA6
Tints of Medium Aquamarine #70CDA6
RGB
CMYK
RGB Variations
Color information
#70CDA6 (or 0x70CDA6) is known color: Medium Aquamarine. HEX triplet: 70, CD and A6. RGB value is (112,205,166). Sum of RGB (Red+Green+Blue) = 112+205+166=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDA6 is #8F3259. Grayscale: #ACACAC. Windows color (decimal): -9384538 or 10931568. OLE color: 10931568.
HSL color Cylindrical-coordinate representation of color #70CDA6: hue angle of 154.84º 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 #70CDA6 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 166 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.20 |
| HSL | 154.84º | 0.48% | 0.62% | - |
| HSV(B) | 154.84º | 0.45% | 0.8% | - |
| XYZ | 35.4 | 49.86 | 43.83 | - |
| YUV | 172.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 166 | 0.45 | 0 | 0.19 | 0.20 | 154.84 | 0.48 | 0.62 |
| Hex | 70 | CD | A6 | 2D | 0 | 13 | 14 | 9B | 30 | 3E |
| Octal | 160 | 315 | 246 | 55 | 0 | 23 | 24 | 233 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10100110 | 101101 | 0 | 10011 | 10100 | 10011011 | 110000 | 111110 |
Color Harmonies of #70CDA6
Complementary color
Monochromatic Colors of #70CDA6
Black with #70CDA6
Text Example
Text Example
White with #70CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDA6; }
p { color: rgb(112,205,166); }
H1.HeaderClassName
{
color: #70CDA6;
}
.AnyTagClassName
{
color: #70CDA6;
}
</style>
background-color css
<style>
a { background-color: #70CDA6; }
a { background-color: rgb(112,205,166); }
div.DivClassName
{
background-color: #70CDA6;
}
.BgClassName
{
background-color: #70CDA6;
}
</style>
border-color css
<style>
span { border-color: #70CDA6; }
span { border-color: rgb(112,205,166); }
td.TdClassName
{
border-color: #70CDA6;
}
.TagClassName
{
border-color: #70CDA6;
}
</style>