Shades of Aquamarine #70ECDA
Tints of Aquamarine #70ECDA
RGB
CMYK
RGB Variations
Color information
#70ECDA (or 0x70ECDA) is known color: Aquamarine. HEX triplet: 70, EC and DA. RGB value is (112,236,218). Sum of RGB (Red+Green+Blue) = 112+236+218=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECDA is #8F1325. Grayscale: #C4C4C4. Windows color (decimal): -9376550 or 14347376. OLE color: 14347376.
HSL color Cylindrical-coordinate representation of color #70ECDA: hue angle of 171.29º 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 #70ECDA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 218 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.07 |
| HSL | 171.29º | 0.77% | 0.68% | - |
| HSV(B) | 171.29º | 0.53% | 0.93% | - |
| XYZ | 49.33 | 68.5 | 76.95 | - |
| YUV | 196.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 218 | 0.53 | 0 | 0.08 | 0.07 | 171.29 | 0.77 | 0.68 |
| Hex | 70 | EC | DA | 35 | 0 | 8 | 7 | AB | 4D | 44 |
| Octal | 160 | 354 | 332 | 65 | 0 | 10 | 7 | 253 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11011010 | 110101 | 0 | 1000 | 111 | 10101011 | 1001101 | 1000100 |
Color Harmonies of #70ECDA
Complementary color
Monochromatic Colors of #70ECDA
Black with #70ECDA
Text Example
Text Example
White with #70ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECDA; }
p { color: rgb(112,236,218); }
H1.HeaderClassName
{
color: #70ECDA;
}
.AnyTagClassName
{
color: #70ECDA;
}
</style>
background-color css
<style>
a { background-color: #70ECDA; }
a { background-color: rgb(112,236,218); }
div.DivClassName
{
background-color: #70ECDA;
}
.BgClassName
{
background-color: #70ECDA;
}
</style>
border-color css
<style>
span { border-color: #70ECDA; }
span { border-color: rgb(112,236,218); }
td.TdClassName
{
border-color: #70ECDA;
}
.TagClassName
{
border-color: #70ECDA;
}
</style>