Shades of Aquamarine #86FFBC
Tints of Aquamarine #86FFBC
RGB
CMYK
RGB Variations
Color information
#86FFBC (or 0x86FFBC) is known color: Aquamarine. HEX triplet: 86, FF and BC. RGB value is (134,255,188). Sum of RGB (Red+Green+Blue) = 134+255+188=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFBC is #790043. Grayscale: #D3D3D3. Windows color (decimal): -7929924 or 12386182. OLE color: 12386182.
HSL color Cylindrical-coordinate representation of color #86FFBC: hue angle of 146.78º 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 #86FFBC is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 188 | - |
| CMYK | 0.47 | 0 | 0.26 | 0 |
| HSL | 146.78º | 1% | 0.76% | - |
| HSV(B) | 146.78º | 0.47% | 1% | - |
| XYZ | 54.67 | 80.22 | 60.18 | - |
| YUV | 211.18 | 114.91 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 188 | 0.47 | 0 | 0.26 | 0 | 146.78 | 1 | 0.76 |
| Hex | 86 | FF | BC | 2F | 0 | 1A | 0 | 93 | 64 | 4C |
| Octal | 206 | 377 | 274 | 57 | 0 | 32 | 0 | 223 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10111100 | 101111 | 0 | 11010 | 0 | 10010011 | 1100100 | 1001100 |
Color Harmonies of #86FFBC
Complementary color
Monochromatic Colors of #86FFBC
Black with #86FFBC
Text Example
Text Example
White with #86FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFBC; }
p { color: rgb(134,255,188); }
H1.HeaderClassName
{
color: #86FFBC;
}
.AnyTagClassName
{
color: #86FFBC;
}
</style>
background-color css
<style>
a { background-color: #86FFBC; }
a { background-color: rgb(134,255,188); }
div.DivClassName
{
background-color: #86FFBC;
}
.BgClassName
{
background-color: #86FFBC;
}
</style>
border-color css
<style>
span { border-color: #86FFBC; }
span { border-color: rgb(134,255,188); }
td.TdClassName
{
border-color: #86FFBC;
}
.TagClassName
{
border-color: #86FFBC;
}
</style>