Shades of Aquamarine #86FEB6
Tints of Aquamarine #86FEB6
RGB
CMYK
RGB Variations
Color information
#86FEB6 (or 0x86FEB6) is known color: Aquamarine. HEX triplet: 86, FE and B6. RGB value is (134,254,182). Sum of RGB (Red+Green+Blue) = 134+254+182=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEB6 is #790149. Grayscale: #D2D2D2. Windows color (decimal): -7930186 or 11992710. OLE color: 11992710.
HSL color Cylindrical-coordinate representation of color #86FEB6: hue angle of 144º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEB6 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 182 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.00 |
| HSL | 144º | 0.98% | 0.76% | - |
| HSV(B) | 144º | 0.47% | 1% | - |
| XYZ | 53.72 | 79.33 | 56.74 | - |
| YUV | 209.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 182 | 0.47 | 0 | 0.28 | 0.00 | 144 | 0.98 | 0.76 |
| Hex | 86 | FE | B6 | 2F | 0 | 1C | 0 | 90 | 62 | 4C |
| Octal | 206 | 376 | 266 | 57 | 0 | 34 | 0 | 220 | 142 | 114 |
| Binary | 10000110 | 11111110 | 10110110 | 101111 | 0 | 11100 | 0 | 10010000 | 1100010 | 1001100 |
Color Harmonies of #86FEB6
Complementary color
Monochromatic Colors of #86FEB6
Black with #86FEB6
Text Example
Text Example
White with #86FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEB6; }
p { color: rgb(134,254,182); }
H1.HeaderClassName
{
color: #86FEB6;
}
.AnyTagClassName
{
color: #86FEB6;
}
</style>
background-color css
<style>
a { background-color: #86FEB6; }
a { background-color: rgb(134,254,182); }
div.DivClassName
{
background-color: #86FEB6;
}
.BgClassName
{
background-color: #86FEB6;
}
</style>
border-color css
<style>
span { border-color: #86FEB6; }
span { border-color: rgb(134,254,182); }
td.TdClassName
{
border-color: #86FEB6;
}
.TagClassName
{
border-color: #86FEB6;
}
</style>