Shades of Aquamarine #70EACE
Tints of Aquamarine #70EACE
RGB
CMYK
RGB Variations
Color information
#70EACE (or 0x70EACE) is known color: Aquamarine. HEX triplet: 70, EA and CE. RGB value is (112,234,206). Sum of RGB (Red+Green+Blue) = 112+234+206=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #70EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EACE is #8F1531. Grayscale: #C2C2C2. Windows color (decimal): -9377074 or 13560432. OLE color: 13560432.
HSL color Cylindrical-coordinate representation of color #70EACE: hue angle of 166.23º 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 #70EACE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 206 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.08 |
| HSL | 166.23º | 0.74% | 0.68% | - |
| HSV(B) | 166.23º | 0.52% | 0.92% | - |
| XYZ | 47.25 | 66.75 | 68.79 | - |
| YUV | 194.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 206 | 0.52 | 0 | 0.12 | 0.08 | 166.23 | 0.74 | 0.68 |
| Hex | 70 | EA | CE | 34 | 0 | C | 8 | A6 | 4A | 44 |
| Octal | 160 | 352 | 316 | 64 | 0 | 14 | 10 | 246 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11001110 | 110100 | 0 | 1100 | 1000 | 10100110 | 1001010 | 1000100 |
Color Harmonies of #70EACE
Complementary color
Monochromatic Colors of #70EACE
Black with #70EACE
Text Example
Text Example
White with #70EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EACE; }
p { color: rgb(112,234,206); }
H1.HeaderClassName
{
color: #70EACE;
}
.AnyTagClassName
{
color: #70EACE;
}
</style>
background-color css
<style>
a { background-color: #70EACE; }
a { background-color: rgb(112,234,206); }
div.DivClassName
{
background-color: #70EACE;
}
.BgClassName
{
background-color: #70EACE;
}
</style>
border-color css
<style>
span { border-color: #70EACE; }
span { border-color: rgb(112,234,206); }
td.TdClassName
{
border-color: #70EACE;
}
.TagClassName
{
border-color: #70EACE;
}
</style>