Shades of Aquamarine #70FEB9
Tints of Aquamarine #70FEB9
RGB
CMYK
RGB Variations
Color information
#70FEB9 (or 0x70FEB9) is known color: Aquamarine. HEX triplet: 70, FE and B9. RGB value is (112,254,185). Sum of RGB (Red+Green+Blue) = 112+254+185=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEB9 is #8F0146. Grayscale: #CBCBCB. Windows color (decimal): -9371975 or 12189296. OLE color: 12189296.
HSL color Cylindrical-coordinate representation of color #70FEB9: hue angle of 150.85º 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 #70FEB9 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 185 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.00 |
| HSL | 150.85º | 0.99% | 0.72% | - |
| HSV(B) | 150.85º | 0.56% | 1% | - |
| XYZ | 50.88 | 77.83 | 58.24 | - |
| YUV | 203.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 185 | 0.56 | 0 | 0.27 | 0.00 | 150.85 | 0.99 | 0.72 |
| Hex | 70 | FE | B9 | 38 | 0 | 1B | 0 | 97 | 63 | 48 |
| Octal | 160 | 376 | 271 | 70 | 0 | 33 | 0 | 227 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10111001 | 111000 | 0 | 11011 | 0 | 10010111 | 1100011 | 1001000 |
Color Harmonies of #70FEB9
Complementary color
Monochromatic Colors of #70FEB9
Black with #70FEB9
Text Example
Text Example
White with #70FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEB9; }
p { color: rgb(112,254,185); }
H1.HeaderClassName
{
color: #70FEB9;
}
.AnyTagClassName
{
color: #70FEB9;
}
</style>
background-color css
<style>
a { background-color: #70FEB9; }
a { background-color: rgb(112,254,185); }
div.DivClassName
{
background-color: #70FEB9;
}
.BgClassName
{
background-color: #70FEB9;
}
</style>
border-color css
<style>
span { border-color: #70FEB9; }
span { border-color: rgb(112,254,185); }
td.TdClassName
{
border-color: #70FEB9;
}
.TagClassName
{
border-color: #70FEB9;
}
</style>