Shades of Aquamarine #70EACF
Tints of Aquamarine #70EACF
RGB
CMYK
RGB Variations
Color information
#70EACF (or 0x70EACF) is known color: Aquamarine. HEX triplet: 70, EA and CF. RGB value is (112,234,207). Sum of RGB (Red+Green+Blue) = 112+234+207=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #70EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EACF is #8F1530. Grayscale: #C2C2C2. Windows color (decimal): -9377073 or 13625968. OLE color: 13625968.
HSL color Cylindrical-coordinate representation of color #70EACF: hue angle of 166.72º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EACF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 207 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.08 |
| HSL | 166.72º | 0.74% | 0.68% | - |
| HSV(B) | 166.72º | 0.52% | 0.92% | - |
| XYZ | 47.37 | 66.8 | 69.43 | - |
| YUV | 194.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 207 | 0.52 | 0 | 0.12 | 0.08 | 166.72 | 0.74 | 0.68 |
| Hex | 70 | EA | CF | 34 | 0 | C | 8 | A7 | 4A | 44 |
| Octal | 160 | 352 | 317 | 64 | 0 | 14 | 10 | 247 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11001111 | 110100 | 0 | 1100 | 1000 | 10100111 | 1001010 | 1000100 |
Color Harmonies of #70EACF
Complementary color
Monochromatic Colors of #70EACF
Black with #70EACF
Text Example
Text Example
White with #70EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EACF; }
p { color: rgb(112,234,207); }
H1.HeaderClassName
{
color: #70EACF;
}
.AnyTagClassName
{
color: #70EACF;
}
</style>
background-color css
<style>
a { background-color: #70EACF; }
a { background-color: rgb(112,234,207); }
div.DivClassName
{
background-color: #70EACF;
}
.BgClassName
{
background-color: #70EACF;
}
</style>
border-color css
<style>
span { border-color: #70EACF; }
span { border-color: rgb(112,234,207); }
td.TdClassName
{
border-color: #70EACF;
}
.TagClassName
{
border-color: #70EACF;
}
</style>