Shades of Aquamarine #70FECE
Tints of Aquamarine #70FECE
RGB
CMYK
RGB Variations
Color information
#70FECE (or 0x70FECE) is known color: Aquamarine. HEX triplet: 70, FE and CE. RGB value is (112,254,206). Sum of RGB (Red+Green+Blue) = 112+254+206=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #70FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FECE is #8F0131. Grayscale: #CECECE. Windows color (decimal): -9371954 or 13565552. OLE color: 13565552.
HSL color Cylindrical-coordinate representation of color #70FECE: hue angle of 159.72º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FECE is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 206 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.00 |
| HSL | 159.72º | 0.99% | 0.72% | - |
| HSV(B) | 159.72º | 0.56% | 1% | - |
| XYZ | 53.26 | 78.78 | 70.79 | - |
| YUV | 206.07 | 127.96 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 206 | 0.56 | 0 | 0.19 | 0.00 | 159.72 | 0.99 | 0.72 |
| Hex | 70 | FE | CE | 38 | 0 | 13 | 0 | A0 | 63 | 48 |
| Octal | 160 | 376 | 316 | 70 | 0 | 23 | 0 | 240 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11001110 | 111000 | 0 | 10011 | 0 | 10100000 | 1100011 | 1001000 |
Color Harmonies of #70FECE
Complementary color
Monochromatic Colors of #70FECE
Black with #70FECE
Text Example
Text Example
White with #70FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FECE; }
p { color: rgb(112,254,206); }
H1.HeaderClassName
{
color: #70FECE;
}
.AnyTagClassName
{
color: #70FECE;
}
</style>
background-color css
<style>
a { background-color: #70FECE; }
a { background-color: rgb(112,254,206); }
div.DivClassName
{
background-color: #70FECE;
}
.BgClassName
{
background-color: #70FECE;
}
</style>
border-color css
<style>
span { border-color: #70FECE; }
span { border-color: rgb(112,254,206); }
td.TdClassName
{
border-color: #70FECE;
}
.TagClassName
{
border-color: #70FECE;
}
</style>