Shades of Medium Aquamarine #70CCA6
Tints of Medium Aquamarine #70CCA6
RGB
CMYK
RGB Variations
Color information
#70CCA6 (or 0x70CCA6) is known color: Medium Aquamarine. HEX triplet: 70, CC and A6. RGB value is (112,204,166). Sum of RGB (Red+Green+Blue) = 112+204+166=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCA6 is #8F3359. Grayscale: #ACACAC. Windows color (decimal): -9384794 or 10931312. OLE color: 10931312.
HSL color Cylindrical-coordinate representation of color #70CCA6: hue angle of 155.22º degrees, saturation: 0.47, 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 #70CCA6 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 166 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.2 |
| HSL | 155.22º | 0.47% | 0.62% | - |
| HSV(B) | 155.22º | 0.45% | 0.8% | - |
| XYZ | 35.16 | 49.38 | 43.76 | - |
| YUV | 172.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 166 | 0.45 | 0 | 0.19 | 0.2 | 155.22 | 0.47 | 0.62 |
| Hex | 70 | CC | A6 | 2D | 0 | 13 | 14 | 9B | 2F | 3E |
| Octal | 160 | 314 | 246 | 55 | 0 | 23 | 24 | 233 | 57 | 76 |
| Binary | 1110000 | 11001100 | 10100110 | 101101 | 0 | 10011 | 10100 | 10011011 | 101111 | 111110 |
Color Harmonies of #70CCA6
Complementary color
Monochromatic Colors of #70CCA6
Black with #70CCA6
Text Example
Text Example
White with #70CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCA6; }
p { color: rgb(112,204,166); }
H1.HeaderClassName
{
color: #70CCA6;
}
.AnyTagClassName
{
color: #70CCA6;
}
</style>
background-color css
<style>
a { background-color: #70CCA6; }
a { background-color: rgb(112,204,166); }
div.DivClassName
{
background-color: #70CCA6;
}
.BgClassName
{
background-color: #70CCA6;
}
</style>
border-color css
<style>
span { border-color: #70CCA6; }
span { border-color: rgb(112,204,166); }
td.TdClassName
{
border-color: #70CCA6;
}
.TagClassName
{
border-color: #70CCA6;
}
</style>