Shades of Aquamarine #70FEE4
Tints of Aquamarine #70FEE4
RGB
CMYK
RGB Variations
Color information
#70FEE4 (or 0x70FEE4) is known color: Aquamarine. HEX triplet: 70, FE and E4. RGB value is (112,254,228). Sum of RGB (Red+Green+Blue) = 112+254+228=594 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.86% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEE4 is #8F011B. Grayscale: #D0D0D0. Windows color (decimal): -9371932 or 15007344. OLE color: 15007344.
HSL color Cylindrical-coordinate representation of color #70FEE4: hue angle of 169.01º 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 #70FEE4 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 228 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.00 |
| HSL | 169.01º | 0.99% | 0.72% | - |
| HSV(B) | 169.01º | 0.56% | 1% | - |
| XYZ | 56.13 | 79.93 | 85.87 | - |
| YUV | 208.58 | 138.96 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 228 | 0.56 | 0 | 0.10 | 0.00 | 169.01 | 0.99 | 0.72 |
| Hex | 70 | FE | E4 | 38 | 0 | A | 0 | A9 | 63 | 48 |
| Octal | 160 | 376 | 344 | 70 | 0 | 12 | 0 | 251 | 143 | 110 |
| Binary | 1110000 | 11111110 | 11100100 | 111000 | 0 | 1010 | 0 | 10101001 | 1100011 | 1001000 |
Color Harmonies of #70FEE4
Complementary color
Monochromatic Colors of #70FEE4
Black with #70FEE4
Text Example
Text Example
White with #70FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEE4; }
p { color: rgb(112,254,228); }
H1.HeaderClassName
{
color: #70FEE4;
}
.AnyTagClassName
{
color: #70FEE4;
}
</style>
background-color css
<style>
a { background-color: #70FEE4; }
a { background-color: rgb(112,254,228); }
div.DivClassName
{
background-color: #70FEE4;
}
.BgClassName
{
background-color: #70FEE4;
}
</style>
border-color css
<style>
span { border-color: #70FEE4; }
span { border-color: rgb(112,254,228); }
td.TdClassName
{
border-color: #70FEE4;
}
.TagClassName
{
border-color: #70FEE4;
}
</style>