Shades of Aquamarine #70EFC0
Tints of Aquamarine #70EFC0
RGB
CMYK
RGB Variations
Color information
#70EFC0 (or 0x70EFC0) is known color: Aquamarine. HEX triplet: 70, EF and C0. RGB value is (112,239,192). Sum of RGB (Red+Green+Blue) = 112+239+192=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFC0 is #8F103F. Grayscale: #C3C3C3. Windows color (decimal): -9375808 or 12644208. OLE color: 12644208.
HSL color Cylindrical-coordinate representation of color #70EFC0: hue angle of 157.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFC0 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 192 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.06 |
| HSL | 157.8º | 0.8% | 0.69% | - |
| HSV(B) | 157.8º | 0.53% | 0.94% | - |
| XYZ | 47.06 | 68.98 | 60.7 | - |
| YUV | 195.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 192 | 0.53 | 0 | 0.20 | 0.06 | 157.8 | 0.8 | 0.69 |
| Hex | 70 | EF | C0 | 35 | 0 | 14 | 6 | 9E | 50 | 45 |
| Octal | 160 | 357 | 300 | 65 | 0 | 24 | 6 | 236 | 120 | 105 |
| Binary | 1110000 | 11101111 | 11000000 | 110101 | 0 | 10100 | 110 | 10011110 | 1010000 | 1000101 |
Color Harmonies of #70EFC0
Complementary color
Monochromatic Colors of #70EFC0
Black with #70EFC0
Text Example
Text Example
White with #70EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EFC0; }
p { color: rgb(112,239,192); }
H1.HeaderClassName
{
color: #70EFC0;
}
.AnyTagClassName
{
color: #70EFC0;
}
</style>
background-color css
<style>
a { background-color: #70EFC0; }
a { background-color: rgb(112,239,192); }
div.DivClassName
{
background-color: #70EFC0;
}
.BgClassName
{
background-color: #70EFC0;
}
</style>
border-color css
<style>
span { border-color: #70EFC0; }
span { border-color: rgb(112,239,192); }
td.TdClassName
{
border-color: #70EFC0;
}
.TagClassName
{
border-color: #70EFC0;
}
</style>