Shades of Aquamarine #70ECCC
Tints of Aquamarine #70ECCC
RGB
CMYK
RGB Variations
Color information
#70ECCC (or 0x70ECCC) is known color: Aquamarine. HEX triplet: 70, EC and CC. RGB value is (112,236,204). Sum of RGB (Red+Green+Blue) = 112+236+204=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECCC is #8F1333. Grayscale: #C3C3C3. Windows color (decimal): -9376564 or 13429872. OLE color: 13429872.
HSL color Cylindrical-coordinate representation of color #70ECCC: hue angle of 164.52º 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 #70ECCC is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 204 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 164.52º | 0.77% | 0.68% | - |
| HSV(B) | 164.52º | 0.53% | 0.93% | - |
| XYZ | 47.58 | 67.8 | 67.7 | - |
| YUV | 195.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 204 | 0.53 | 0 | 0.14 | 0.07 | 164.52 | 0.77 | 0.68 |
| Hex | 70 | EC | CC | 35 | 0 | E | 7 | A5 | 4D | 44 |
| Octal | 160 | 354 | 314 | 65 | 0 | 16 | 7 | 245 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11001100 | 110101 | 0 | 1110 | 111 | 10100101 | 1001101 | 1000100 |
Color Harmonies of #70ECCC
Complementary color
Monochromatic Colors of #70ECCC
Black with #70ECCC
Text Example
Text Example
White with #70ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECCC; }
p { color: rgb(112,236,204); }
H1.HeaderClassName
{
color: #70ECCC;
}
.AnyTagClassName
{
color: #70ECCC;
}
</style>
background-color css
<style>
a { background-color: #70ECCC; }
a { background-color: rgb(112,236,204); }
div.DivClassName
{
background-color: #70ECCC;
}
.BgClassName
{
background-color: #70ECCC;
}
</style>
border-color css
<style>
span { border-color: #70ECCC; }
span { border-color: rgb(112,236,204); }
td.TdClassName
{
border-color: #70ECCC;
}
.TagClassName
{
border-color: #70ECCC;
}
</style>