Shades of Aquamarine #70ECC8
Tints of Aquamarine #70ECC8
RGB
CMYK
RGB Variations
Color information
#70ECC8 (or 0x70ECC8) is known color: Aquamarine. HEX triplet: 70, EC and C8. RGB value is (112,236,200). Sum of RGB (Red+Green+Blue) = 112+236+200=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC8 is #8F1337. Grayscale: #C2C2C2. Windows color (decimal): -9376568 or 13167728. OLE color: 13167728.
HSL color Cylindrical-coordinate representation of color #70ECC8: hue angle of 162.58º 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 #70ECC8 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 200 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.07 |
| HSL | 162.58º | 0.77% | 0.68% | - |
| HSV(B) | 162.58º | 0.53% | 0.93% | - |
| XYZ | 47.1 | 67.61 | 65.21 | - |
| YUV | 194.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 200 | 0.53 | 0 | 0.15 | 0.07 | 162.58 | 0.77 | 0.68 |
| Hex | 70 | EC | C8 | 35 | 0 | F | 7 | A3 | 4D | 44 |
| Octal | 160 | 354 | 310 | 65 | 0 | 17 | 7 | 243 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11001000 | 110101 | 0 | 1111 | 111 | 10100011 | 1001101 | 1000100 |
Color Harmonies of #70ECC8
Complementary color
Monochromatic Colors of #70ECC8
Black with #70ECC8
Text Example
Text Example
White with #70ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECC8; }
p { color: rgb(112,236,200); }
H1.HeaderClassName
{
color: #70ECC8;
}
.AnyTagClassName
{
color: #70ECC8;
}
</style>
background-color css
<style>
a { background-color: #70ECC8; }
a { background-color: rgb(112,236,200); }
div.DivClassName
{
background-color: #70ECC8;
}
.BgClassName
{
background-color: #70ECC8;
}
</style>
border-color css
<style>
span { border-color: #70ECC8; }
span { border-color: rgb(112,236,200); }
td.TdClassName
{
border-color: #70ECC8;
}
.TagClassName
{
border-color: #70ECC8;
}
</style>