Shades of Aquamarine #70FECD
Tints of Aquamarine #70FECD
RGB
CMYK
RGB Variations
Color information
#70FECD (or 0x70FECD) is known color: Aquamarine. HEX triplet: 70, FE and CD. RGB value is (112,254,205). Sum of RGB (Red+Green+Blue) = 112+254+205=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #70FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FECD is #8F0132. Grayscale: #CECECE. Windows color (decimal): -9371955 or 13500016. OLE color: 13500016.
HSL color Cylindrical-coordinate representation of color #70FECD: hue angle of 159.3º 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 #70FECD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 205 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.00 |
| HSL | 159.3º | 0.99% | 0.72% | - |
| HSV(B) | 159.3º | 0.56% | 1% | - |
| XYZ | 53.14 | 78.74 | 70.15 | - |
| YUV | 205.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 205 | 0.56 | 0 | 0.19 | 0.00 | 159.3 | 0.99 | 0.72 |
| Hex | 70 | FE | CD | 38 | 0 | 13 | 0 | 9F | 63 | 48 |
| Octal | 160 | 376 | 315 | 70 | 0 | 23 | 0 | 237 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11001101 | 111000 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001000 |
Color Harmonies of #70FECD
Complementary color
Monochromatic Colors of #70FECD
Black with #70FECD
Text Example
Text Example
White with #70FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FECD; }
p { color: rgb(112,254,205); }
H1.HeaderClassName
{
color: #70FECD;
}
.AnyTagClassName
{
color: #70FECD;
}
</style>
background-color css
<style>
a { background-color: #70FECD; }
a { background-color: rgb(112,254,205); }
div.DivClassName
{
background-color: #70FECD;
}
.BgClassName
{
background-color: #70FECD;
}
</style>
border-color css
<style>
span { border-color: #70FECD; }
span { border-color: rgb(112,254,205); }
td.TdClassName
{
border-color: #70FECD;
}
.TagClassName
{
border-color: #70FECD;
}
</style>