Shades of Aquamarine #86FABB
Tints of Aquamarine #86FABB
RGB
CMYK
RGB Variations
Color information
#86FABB (or 0x86FABB) is known color: Aquamarine. HEX triplet: 86, FA and BB. RGB value is (134,250,187). Sum of RGB (Red+Green+Blue) = 134+250+187=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #86FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FABB is #790544. Grayscale: #D0D0D0. Windows color (decimal): -7931205 or 12319366. OLE color: 12319366.
HSL color Cylindrical-coordinate representation of color #86FABB: hue angle of 147.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FABB is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 187 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.02 |
| HSL | 147.41º | 0.92% | 0.75% | - |
| HSV(B) | 147.41º | 0.46% | 0.98% | - |
| XYZ | 52.99 | 77.03 | 59.09 | - |
| YUV | 208.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 187 | 0.46 | 0 | 0.25 | 0.02 | 147.41 | 0.92 | 0.75 |
| Hex | 86 | FA | BB | 2E | 0 | 19 | 2 | 93 | 5C | 4B |
| Octal | 206 | 372 | 273 | 56 | 0 | 31 | 2 | 223 | 134 | 113 |
| Binary | 10000110 | 11111010 | 10111011 | 101110 | 0 | 11001 | 10 | 10010011 | 1011100 | 1001011 |
Color Harmonies of #86FABB
Complementary color
Monochromatic Colors of #86FABB
Black with #86FABB
Text Example
Text Example
White with #86FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FABB; }
p { color: rgb(134,250,187); }
H1.HeaderClassName
{
color: #86FABB;
}
.AnyTagClassName
{
color: #86FABB;
}
</style>
background-color css
<style>
a { background-color: #86FABB; }
a { background-color: rgb(134,250,187); }
div.DivClassName
{
background-color: #86FABB;
}
.BgClassName
{
background-color: #86FABB;
}
</style>
border-color css
<style>
span { border-color: #86FABB; }
span { border-color: rgb(134,250,187); }
td.TdClassName
{
border-color: #86FABB;
}
.TagClassName
{
border-color: #86FABB;
}
</style>