Shades of Aquamarine #86F2BF
Tints of Aquamarine #86F2BF
RGB
CMYK
RGB Variations
Color information
#86F2BF (or 0x86F2BF) is known color: Aquamarine. HEX triplet: 86, F2 and BF. RGB value is (134,242,191). Sum of RGB (Red+Green+Blue) = 134+242+191=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2BF is #790D40. Grayscale: #CBCBCB. Windows color (decimal): -7933249 or 12579462. OLE color: 12579462.
HSL color Cylindrical-coordinate representation of color #86F2BF: hue angle of 151.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2BF is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 191 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.05 |
| HSL | 151.67º | 0.81% | 0.74% | - |
| HSV(B) | 151.67º | 0.45% | 0.95% | - |
| XYZ | 50.99 | 72.33 | 60.56 | - |
| YUV | 203.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 191 | 0.45 | 0 | 0.21 | 0.05 | 151.67 | 0.81 | 0.74 |
| Hex | 86 | F2 | BF | 2D | 0 | 15 | 5 | 98 | 51 | 4A |
| Octal | 206 | 362 | 277 | 55 | 0 | 25 | 5 | 230 | 121 | 112 |
| Binary | 10000110 | 11110010 | 10111111 | 101101 | 0 | 10101 | 101 | 10011000 | 1010001 | 1001010 |
Color Harmonies of #86F2BF
Complementary color
Monochromatic Colors of #86F2BF
Black with #86F2BF
Text Example
Text Example
White with #86F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2BF; }
p { color: rgb(134,242,191); }
H1.HeaderClassName
{
color: #86F2BF;
}
.AnyTagClassName
{
color: #86F2BF;
}
</style>
background-color css
<style>
a { background-color: #86F2BF; }
a { background-color: rgb(134,242,191); }
div.DivClassName
{
background-color: #86F2BF;
}
.BgClassName
{
background-color: #86F2BF;
}
</style>
border-color css
<style>
span { border-color: #86F2BF; }
span { border-color: rgb(134,242,191); }
td.TdClassName
{
border-color: #86F2BF;
}
.TagClassName
{
border-color: #86F2BF;
}
</style>