Shades of Aquamarine #86F9BA
Tints of Aquamarine #86F9BA
RGB
CMYK
RGB Variations
Color information
#86F9BA (or 0x86F9BA) is known color: Aquamarine. HEX triplet: 86, F9 and BA. RGB value is (134,249,186). Sum of RGB (Red+Green+Blue) = 134+249+186=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9BA is #790645. Grayscale: #CFCFCF. Windows color (decimal): -7931462 or 12253574. OLE color: 12253574.
HSL color Cylindrical-coordinate representation of color #86F9BA: hue angle of 147.13º degrees, saturation: 0.91, 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 #86F9BA is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 186 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.02 |
| HSL | 147.13º | 0.91% | 0.75% | - |
| HSV(B) | 147.13º | 0.46% | 0.98% | - |
| XYZ | 52.57 | 76.36 | 58.42 | - |
| YUV | 207.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 186 | 0.46 | 0 | 0.25 | 0.02 | 147.13 | 0.91 | 0.75 |
| Hex | 86 | F9 | BA | 2E | 0 | 19 | 2 | 93 | 5B | 4B |
| Octal | 206 | 371 | 272 | 56 | 0 | 31 | 2 | 223 | 133 | 113 |
| Binary | 10000110 | 11111001 | 10111010 | 101110 | 0 | 11001 | 10 | 10010011 | 1011011 | 1001011 |
Color Harmonies of #86F9BA
Complementary color
Monochromatic Colors of #86F9BA
Black with #86F9BA
Text Example
Text Example
White with #86F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F9BA; }
p { color: rgb(134,249,186); }
H1.HeaderClassName
{
color: #86F9BA;
}
.AnyTagClassName
{
color: #86F9BA;
}
</style>
background-color css
<style>
a { background-color: #86F9BA; }
a { background-color: rgb(134,249,186); }
div.DivClassName
{
background-color: #86F9BA;
}
.BgClassName
{
background-color: #86F9BA;
}
</style>
border-color css
<style>
span { border-color: #86F9BA; }
span { border-color: rgb(134,249,186); }
td.TdClassName
{
border-color: #86F9BA;
}
.TagClassName
{
border-color: #86F9BA;
}
</style>