Shades of Aquamarine #70ECC5
Tints of Aquamarine #70ECC5
RGB
CMYK
RGB Variations
Color information
#70ECC5 (or 0x70ECC5) is known color: Aquamarine. HEX triplet: 70, EC and C5. RGB value is (112,236,197). Sum of RGB (Red+Green+Blue) = 112+236+197=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC5 is #8F133A. Grayscale: #C2C2C2. Windows color (decimal): -9376571 or 12971120. OLE color: 12971120.
HSL color Cylindrical-coordinate representation of color #70ECC5: hue angle of 161.13º 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 #70ECC5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 197 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 161.13º | 0.77% | 0.68% | - |
| HSV(B) | 161.13º | 0.53% | 0.93% | - |
| XYZ | 46.76 | 67.47 | 63.38 | - |
| YUV | 194.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 197 | 0.53 | 0 | 0.17 | 0.07 | 161.13 | 0.77 | 0.68 |
| Hex | 70 | EC | C5 | 35 | 0 | 11 | 7 | A1 | 4D | 44 |
| Octal | 160 | 354 | 305 | 65 | 0 | 21 | 7 | 241 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11000101 | 110101 | 0 | 10001 | 111 | 10100001 | 1001101 | 1000100 |
Color Harmonies of #70ECC5
Complementary color
Monochromatic Colors of #70ECC5
Black with #70ECC5
Text Example
Text Example
White with #70ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECC5; }
p { color: rgb(112,236,197); }
H1.HeaderClassName
{
color: #70ECC5;
}
.AnyTagClassName
{
color: #70ECC5;
}
</style>
background-color css
<style>
a { background-color: #70ECC5; }
a { background-color: rgb(112,236,197); }
div.DivClassName
{
background-color: #70ECC5;
}
.BgClassName
{
background-color: #70ECC5;
}
</style>
border-color css
<style>
span { border-color: #70ECC5; }
span { border-color: rgb(112,236,197); }
td.TdClassName
{
border-color: #70ECC5;
}
.TagClassName
{
border-color: #70ECC5;
}
</style>