Shades of Aquamarine #70ECCD
Tints of Aquamarine #70ECCD
RGB
CMYK
RGB Variations
Color information
#70ECCD (or 0x70ECCD) is known color: Aquamarine. HEX triplet: 70, EC and CD. RGB value is (112,236,205). Sum of RGB (Red+Green+Blue) = 112+236+205=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECCD is #8F1332. Grayscale: #C3C3C3. Windows color (decimal): -9376563 or 13495408. OLE color: 13495408.
HSL color Cylindrical-coordinate representation of color #70ECCD: hue angle of 165º 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 #70ECCD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 205 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 165º | 0.77% | 0.68% | - |
| HSV(B) | 165º | 0.53% | 0.93% | - |
| XYZ | 47.7 | 67.84 | 68.34 | - |
| YUV | 195.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 205 | 0.53 | 0 | 0.13 | 0.07 | 165 | 0.77 | 0.68 |
| Hex | 70 | EC | CD | 35 | 0 | D | 7 | A5 | 4D | 44 |
| Octal | 160 | 354 | 315 | 65 | 0 | 15 | 7 | 245 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11001101 | 110101 | 0 | 1101 | 111 | 10100101 | 1001101 | 1000100 |
Color Harmonies of #70ECCD
Complementary color
Monochromatic Colors of #70ECCD
Black with #70ECCD
Text Example
Text Example
White with #70ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECCD; }
p { color: rgb(112,236,205); }
H1.HeaderClassName
{
color: #70ECCD;
}
.AnyTagClassName
{
color: #70ECCD;
}
</style>
background-color css
<style>
a { background-color: #70ECCD; }
a { background-color: rgb(112,236,205); }
div.DivClassName
{
background-color: #70ECCD;
}
.BgClassName
{
background-color: #70ECCD;
}
</style>
border-color css
<style>
span { border-color: #70ECCD; }
span { border-color: rgb(112,236,205); }
td.TdClassName
{
border-color: #70ECCD;
}
.TagClassName
{
border-color: #70ECCD;
}
</style>