Shades of Aquamarine #70FEDA
Tints of Aquamarine #70FEDA
RGB
CMYK
RGB Variations
Color information
#70FEDA (or 0x70FEDA) is known color: Aquamarine. HEX triplet: 70, FE and DA. RGB value is (112,254,218). Sum of RGB (Red+Green+Blue) = 112+254+218=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEDA is #8F0125. Grayscale: #CFCFCF. Windows color (decimal): -9371942 or 14351984. OLE color: 14351984.
HSL color Cylindrical-coordinate representation of color #70FEDA: hue angle of 164.79º 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 #70FEDA is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 218 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.00 |
| HSL | 164.79º | 0.99% | 0.72% | - |
| HSV(B) | 164.79º | 0.56% | 1% | - |
| XYZ | 54.78 | 79.39 | 78.77 | - |
| YUV | 207.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 218 | 0.56 | 0 | 0.14 | 0.00 | 164.79 | 0.99 | 0.72 |
| Hex | 70 | FE | DA | 38 | 0 | E | 0 | A5 | 63 | 48 |
| Octal | 160 | 376 | 332 | 70 | 0 | 16 | 0 | 245 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11011010 | 111000 | 0 | 1110 | 0 | 10100101 | 1100011 | 1001000 |
Color Harmonies of #70FEDA
Complementary color
Monochromatic Colors of #70FEDA
Black with #70FEDA
Text Example
Text Example
White with #70FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEDA; }
p { color: rgb(112,254,218); }
H1.HeaderClassName
{
color: #70FEDA;
}
.AnyTagClassName
{
color: #70FEDA;
}
</style>
background-color css
<style>
a { background-color: #70FEDA; }
a { background-color: rgb(112,254,218); }
div.DivClassName
{
background-color: #70FEDA;
}
.BgClassName
{
background-color: #70FEDA;
}
</style>
border-color css
<style>
span { border-color: #70FEDA; }
span { border-color: rgb(112,254,218); }
td.TdClassName
{
border-color: #70FEDA;
}
.TagClassName
{
border-color: #70FEDA;
}
</style>