Shades of Aquamarine #86F6BD
Tints of Aquamarine #86F6BD
RGB
CMYK
RGB Variations
Color information
#86F6BD (or 0x86F6BD) is known color: Aquamarine. HEX triplet: 86, F6 and BD. RGB value is (134,246,189). Sum of RGB (Red+Green+Blue) = 134+246+189=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F6BD is #790942. Grayscale: #CECECE. Windows color (decimal): -7932227 or 12449414. OLE color: 12449414.
HSL color Cylindrical-coordinate representation of color #86F6BD: hue angle of 149.46º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6BD is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 189 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.04 |
| HSL | 149.46º | 0.86% | 0.75% | - |
| HSV(B) | 149.46º | 0.46% | 0.96% | - |
| XYZ | 51.97 | 74.65 | 59.81 | - |
| YUV | 206.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 189 | 0.46 | 0 | 0.23 | 0.04 | 149.46 | 0.86 | 0.75 |
| Hex | 86 | F6 | BD | 2E | 0 | 17 | 4 | 95 | 56 | 4B |
| Octal | 206 | 366 | 275 | 56 | 0 | 27 | 4 | 225 | 126 | 113 |
| Binary | 10000110 | 11110110 | 10111101 | 101110 | 0 | 10111 | 100 | 10010101 | 1010110 | 1001011 |
Color Harmonies of #86F6BD
Complementary color
Monochromatic Colors of #86F6BD
Black with #86F6BD
Text Example
Text Example
White with #86F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F6BD; }
p { color: rgb(134,246,189); }
H1.HeaderClassName
{
color: #86F6BD;
}
.AnyTagClassName
{
color: #86F6BD;
}
</style>
background-color css
<style>
a { background-color: #86F6BD; }
a { background-color: rgb(134,246,189); }
div.DivClassName
{
background-color: #86F6BD;
}
.BgClassName
{
background-color: #86F6BD;
}
</style>
border-color css
<style>
span { border-color: #86F6BD; }
span { border-color: rgb(134,246,189); }
td.TdClassName
{
border-color: #86F6BD;
}
.TagClassName
{
border-color: #86F6BD;
}
</style>