Shades of Aquamarine #70FEBB
Tints of Aquamarine #70FEBB
RGB
CMYK
RGB Variations
Color information
#70FEBB (or 0x70FEBB) is known color: Aquamarine. HEX triplet: 70, FE and BB. RGB value is (112,254,187). Sum of RGB (Red+Green+Blue) = 112+254+187=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEBB is #8F0144. Grayscale: #CCCCCC. Windows color (decimal): -9371973 or 12320368. OLE color: 12320368.
HSL color Cylindrical-coordinate representation of color #70FEBB: hue angle of 151.69º 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 #70FEBB is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 187 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.00 |
| HSL | 151.69º | 0.99% | 0.72% | - |
| HSV(B) | 151.69º | 0.56% | 1% | - |
| XYZ | 51.09 | 77.92 | 59.36 | - |
| YUV | 203.9 | 118.46 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 187 | 0.56 | 0 | 0.26 | 0.00 | 151.69 | 0.99 | 0.72 |
| Hex | 70 | FE | BB | 38 | 0 | 1A | 0 | 98 | 63 | 48 |
| Octal | 160 | 376 | 273 | 70 | 0 | 32 | 0 | 230 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10111011 | 111000 | 0 | 11010 | 0 | 10011000 | 1100011 | 1001000 |
Color Harmonies of #70FEBB
Complementary color
Monochromatic Colors of #70FEBB
Black with #70FEBB
Text Example
Text Example
White with #70FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FEBB; }
p { color: rgb(112,254,187); }
H1.HeaderClassName
{
color: #70FEBB;
}
.AnyTagClassName
{
color: #70FEBB;
}
</style>
background-color css
<style>
a { background-color: #70FEBB; }
a { background-color: rgb(112,254,187); }
div.DivClassName
{
background-color: #70FEBB;
}
.BgClassName
{
background-color: #70FEBB;
}
</style>
border-color css
<style>
span { border-color: #70FEBB; }
span { border-color: rgb(112,254,187); }
td.TdClassName
{
border-color: #70FEBB;
}
.TagClassName
{
border-color: #70FEBB;
}
</style>