Shades of Aquamarine #70EDD0
Tints of Aquamarine #70EDD0
RGB
CMYK
RGB Variations
Color information
#70EDD0 (or 0x70EDD0) is known color: Aquamarine. HEX triplet: 70, ED and D0. RGB value is (112,237,208). Sum of RGB (Red+Green+Blue) = 112+237+208=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDD0 is #8F122F. Grayscale: #C4C4C4. Windows color (decimal): -9376304 or 13692272. OLE color: 13692272.
HSL color Cylindrical-coordinate representation of color #70EDD0: hue angle of 166.08º degrees, saturation: 0.78, 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 #70EDD0 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 208 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.07 |
| HSL | 166.08º | 0.78% | 0.68% | - |
| HSV(B) | 166.08º | 0.53% | 0.93% | - |
| XYZ | 48.35 | 68.57 | 70.36 | - |
| YUV | 196.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 208 | 0.53 | 0 | 0.12 | 0.07 | 166.08 | 0.78 | 0.68 |
| Hex | 70 | ED | D0 | 35 | 0 | C | 7 | A6 | 4E | 44 |
| Octal | 160 | 355 | 320 | 65 | 0 | 14 | 7 | 246 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11010000 | 110101 | 0 | 1100 | 111 | 10100110 | 1001110 | 1000100 |
Color Harmonies of #70EDD0
Complementary color
Monochromatic Colors of #70EDD0
Black with #70EDD0
Text Example
Text Example
White with #70EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDD0; }
p { color: rgb(112,237,208); }
H1.HeaderClassName
{
color: #70EDD0;
}
.AnyTagClassName
{
color: #70EDD0;
}
</style>
background-color css
<style>
a { background-color: #70EDD0; }
a { background-color: rgb(112,237,208); }
div.DivClassName
{
background-color: #70EDD0;
}
.BgClassName
{
background-color: #70EDD0;
}
</style>
border-color css
<style>
span { border-color: #70EDD0; }
span { border-color: rgb(112,237,208); }
td.TdClassName
{
border-color: #70EDD0;
}
.TagClassName
{
border-color: #70EDD0;
}
</style>