Shades of Aquamarine #86FFEA
Tints of Aquamarine #86FFEA
RGB
CMYK
RGB Variations
Color information
#86FFEA (or 0x86FFEA) is known color: Aquamarine. HEX triplet: 86, FF and EA. RGB value is (134,255,234). Sum of RGB (Red+Green+Blue) = 134+255+234=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFEA is #790015. Grayscale: #D8D8D8. Windows color (decimal): -7929878 or 15400838. OLE color: 15400838.
HSL color Cylindrical-coordinate representation of color #86FFEA: hue angle of 169.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFEA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 234 | - |
| CMYK | 0.47 | 0 | 0.08 | 0 |
| HSL | 169.59º | 1% | 0.76% | - |
| HSV(B) | 169.59º | 0.47% | 1% | - |
| XYZ | 60.44 | 82.53 | 90.59 | - |
| YUV | 216.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 234 | 0.47 | 0 | 0.08 | 0 | 169.59 | 1 | 0.76 |
| Hex | 86 | FF | EA | 2F | 0 | 8 | 0 | AA | 64 | 4C |
| Octal | 206 | 377 | 352 | 57 | 0 | 10 | 0 | 252 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11101010 | 101111 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001100 |
Color Harmonies of #86FFEA
Complementary color
Monochromatic Colors of #86FFEA
Black with #86FFEA
Text Example
Text Example
White with #86FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFEA; }
p { color: rgb(134,255,234); }
H1.HeaderClassName
{
color: #86FFEA;
}
.AnyTagClassName
{
color: #86FFEA;
}
</style>
background-color css
<style>
a { background-color: #86FFEA; }
a { background-color: rgb(134,255,234); }
div.DivClassName
{
background-color: #86FFEA;
}
.BgClassName
{
background-color: #86FFEA;
}
</style>
border-color css
<style>
span { border-color: #86FFEA; }
span { border-color: rgb(134,255,234); }
td.TdClassName
{
border-color: #86FFEA;
}
.TagClassName
{
border-color: #86FFEA;
}
</style>