Shades of Aquamarine #70FFBA
Tints of Aquamarine #70FFBA
RGB
CMYK
RGB Variations
Color information
#70FFBA (or 0x70FFBA) is known color: Aquamarine. HEX triplet: 70, FF and BA. RGB value is (112,255,186). Sum of RGB (Red+Green+Blue) = 112+255+186=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFBA is #8F0045. Grayscale: #CCCCCC. Windows color (decimal): -9371718 or 12255088. OLE color: 12255088.
HSL color Cylindrical-coordinate representation of color #70FFBA: hue angle of 151.05º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFBA is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 186 | - |
| CMYK | 0.56 | 0 | 0.27 | 0 |
| HSL | 151.05º | 1% | 0.72% | - |
| HSV(B) | 151.05º | 0.56% | 1% | - |
| XYZ | 51.31 | 78.51 | 58.9 | - |
| YUV | 204.38 | 117.62 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 186 | 0.56 | 0 | 0.27 | 0 | 151.05 | 1 | 0.72 |
| Hex | 70 | FF | BA | 38 | 0 | 1B | 0 | 97 | 64 | 48 |
| Octal | 160 | 377 | 272 | 70 | 0 | 33 | 0 | 227 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10111010 | 111000 | 0 | 11011 | 0 | 10010111 | 1100100 | 1001000 |
Color Harmonies of #70FFBA
Complementary color
Monochromatic Colors of #70FFBA
Black with #70FFBA
Text Example
Text Example
White with #70FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFBA; }
p { color: rgb(112,255,186); }
H1.HeaderClassName
{
color: #70FFBA;
}
.AnyTagClassName
{
color: #70FFBA;
}
</style>
background-color css
<style>
a { background-color: #70FFBA; }
a { background-color: rgb(112,255,186); }
div.DivClassName
{
background-color: #70FFBA;
}
.BgClassName
{
background-color: #70FFBA;
}
</style>
border-color css
<style>
span { border-color: #70FFBA; }
span { border-color: rgb(112,255,186); }
td.TdClassName
{
border-color: #70FFBA;
}
.TagClassName
{
border-color: #70FFBA;
}
</style>