Shades of Aquamarine #70FEB0
Tints of Aquamarine #70FEB0
RGB
CMYK
RGB Variations
Color information
#70FEB0 (or 0x70FEB0) is known color: Aquamarine. HEX triplet: 70, FE and B0. RGB value is (112,254,176). Sum of RGB (Red+Green+Blue) = 112+254+176=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FEB0 is #8F014F. Grayscale: #CACACA. Windows color (decimal): -9371984 or 11599472. OLE color: 11599472.
HSL color Cylindrical-coordinate representation of color #70FEB0: hue angle of 147.04º 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 #70FEB0 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 176 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.00 |
| HSL | 147.04º | 0.99% | 0.72% | - |
| HSV(B) | 147.04º | 0.56% | 1% | - |
| XYZ | 49.96 | 77.46 | 53.39 | - |
| YUV | 202.65 | 112.96 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 176 | 0.56 | 0 | 0.31 | 0.00 | 147.04 | 0.99 | 0.72 |
| Hex | 70 | FE | B0 | 38 | 0 | 1F | 0 | 93 | 63 | 48 |
| Octal | 160 | 376 | 260 | 70 | 0 | 37 | 0 | 223 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10110000 | 111000 | 0 | 11111 | 0 | 10010011 | 1100011 | 1001000 |
Color Harmonies of #70FEB0
Complementary color
Monochromatic Colors of #70FEB0
Black with #70FEB0
Text Example
Text Example
White with #70FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEB0; }
p { color: rgb(112,254,176); }
H1.HeaderClassName
{
color: #70FEB0;
}
.AnyTagClassName
{
color: #70FEB0;
}
</style>
background-color css
<style>
a { background-color: #70FEB0; }
a { background-color: rgb(112,254,176); }
div.DivClassName
{
background-color: #70FEB0;
}
.BgClassName
{
background-color: #70FEB0;
}
</style>
border-color css
<style>
span { border-color: #70FEB0; }
span { border-color: rgb(112,254,176); }
td.TdClassName
{
border-color: #70FEB0;
}
.TagClassName
{
border-color: #70FEB0;
}
</style>