Shades of Aquamarine #70FFBE
Tints of Aquamarine #70FFBE
RGB
CMYK
RGB Variations
Color information
#70FFBE (or 0x70FFBE) is known color: Aquamarine. HEX triplet: 70, FF and BE. RGB value is (112,255,190). Sum of RGB (Red+Green+Blue) = 112+255+190=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFBE is #8F0041. Grayscale: #CCCCCC. Windows color (decimal): -9371714 or 12517232. OLE color: 12517232.
HSL color Cylindrical-coordinate representation of color #70FFBE: hue angle of 152.73º 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 #70FFBE is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 190 | - |
| CMYK | 0.56 | 0 | 0.25 | 0 |
| HSL | 152.73º | 1% | 0.72% | - |
| HSV(B) | 152.73º | 0.56% | 1% | - |
| XYZ | 51.74 | 78.68 | 61.18 | - |
| YUV | 204.83 | 119.62 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 190 | 0.56 | 0 | 0.25 | 0 | 152.73 | 1 | 0.72 |
| Hex | 70 | FF | BE | 38 | 0 | 19 | 0 | 99 | 64 | 48 |
| Octal | 160 | 377 | 276 | 70 | 0 | 31 | 0 | 231 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10111110 | 111000 | 0 | 11001 | 0 | 10011001 | 1100100 | 1001000 |
Color Harmonies of #70FFBE
Complementary color
Monochromatic Colors of #70FFBE
Black with #70FFBE
Text Example
Text Example
White with #70FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FFBE; }
p { color: rgb(112,255,190); }
H1.HeaderClassName
{
color: #70FFBE;
}
.AnyTagClassName
{
color: #70FFBE;
}
</style>
background-color css
<style>
a { background-color: #70FFBE; }
a { background-color: rgb(112,255,190); }
div.DivClassName
{
background-color: #70FFBE;
}
.BgClassName
{
background-color: #70FFBE;
}
</style>
border-color css
<style>
span { border-color: #70FFBE; }
span { border-color: rgb(112,255,190); }
td.TdClassName
{
border-color: #70FFBE;
}
.TagClassName
{
border-color: #70FFBE;
}
</style>