Shades of Aquamarine #70ECC6
Tints of Aquamarine #70ECC6
RGB
CMYK
RGB Variations
Color information
#70ECC6 (or 0x70ECC6) is known color: Aquamarine. HEX triplet: 70, EC and C6. RGB value is (112,236,198). Sum of RGB (Red+Green+Blue) = 112+236+198=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC6 is #8F1339. Grayscale: #C2C2C2. Windows color (decimal): -9376570 or 13036656. OLE color: 13036656.
HSL color Cylindrical-coordinate representation of color #70ECC6: hue angle of 161.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECC6 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 198 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.07 |
| HSL | 161.61º | 0.77% | 0.68% | - |
| HSV(B) | 161.61º | 0.53% | 0.93% | - |
| XYZ | 46.87 | 67.51 | 63.99 | - |
| YUV | 194.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 198 | 0.53 | 0 | 0.16 | 0.07 | 161.61 | 0.77 | 0.68 |
| Hex | 70 | EC | C6 | 35 | 0 | 10 | 7 | A2 | 4D | 44 |
| Octal | 160 | 354 | 306 | 65 | 0 | 20 | 7 | 242 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11000110 | 110101 | 0 | 10000 | 111 | 10100010 | 1001101 | 1000100 |
Color Harmonies of #70ECC6
Complementary color
Monochromatic Colors of #70ECC6
Black with #70ECC6
Text Example
Text Example
White with #70ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECC6; }
p { color: rgb(112,236,198); }
H1.HeaderClassName
{
color: #70ECC6;
}
.AnyTagClassName
{
color: #70ECC6;
}
</style>
background-color css
<style>
a { background-color: #70ECC6; }
a { background-color: rgb(112,236,198); }
div.DivClassName
{
background-color: #70ECC6;
}
.BgClassName
{
background-color: #70ECC6;
}
</style>
border-color css
<style>
span { border-color: #70ECC6; }
span { border-color: rgb(112,236,198); }
td.TdClassName
{
border-color: #70ECC6;
}
.TagClassName
{
border-color: #70ECC6;
}
</style>