Shades of Aquamarine #86FFBE
Tints of Aquamarine #86FFBE
RGB
CMYK
RGB Variations
Color information
#86FFBE (or 0x86FFBE) is known color: Aquamarine. HEX triplet: 86, FF and BE. RGB value is (134,255,190). Sum of RGB (Red+Green+Blue) = 134+255+190=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFBE is #790041. Grayscale: #D3D3D3. Windows color (decimal): -7929922 or 12517254. OLE color: 12517254.
HSL color Cylindrical-coordinate representation of color #86FFBE: hue angle of 147.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFBE is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 190 | - |
| CMYK | 0.47 | 0 | 0.25 | 0 |
| HSL | 147.77º | 1% | 0.76% | - |
| HSV(B) | 147.77º | 0.47% | 1% | - |
| XYZ | 54.89 | 80.31 | 61.32 | - |
| YUV | 211.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 190 | 0.47 | 0 | 0.25 | 0 | 147.77 | 1 | 0.76 |
| Hex | 86 | FF | BE | 2F | 0 | 19 | 0 | 94 | 64 | 4C |
| Octal | 206 | 377 | 276 | 57 | 0 | 31 | 0 | 224 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10111110 | 101111 | 0 | 11001 | 0 | 10010100 | 1100100 | 1001100 |
Color Harmonies of #86FFBE
Complementary color
Monochromatic Colors of #86FFBE
Black with #86FFBE
Text Example
Text Example
White with #86FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFBE; }
p { color: rgb(134,255,190); }
H1.HeaderClassName
{
color: #86FFBE;
}
.AnyTagClassName
{
color: #86FFBE;
}
</style>
background-color css
<style>
a { background-color: #86FFBE; }
a { background-color: rgb(134,255,190); }
div.DivClassName
{
background-color: #86FFBE;
}
.BgClassName
{
background-color: #86FFBE;
}
</style>
border-color css
<style>
span { border-color: #86FFBE; }
span { border-color: rgb(134,255,190); }
td.TdClassName
{
border-color: #86FFBE;
}
.TagClassName
{
border-color: #86FFBE;
}
</style>