Shades of Aquamarine #86FDBC
Tints of Aquamarine #86FDBC
RGB
CMYK
RGB Variations
Color information
#86FDBC (or 0x86FDBC) is known color: Aquamarine. HEX triplet: 86, FD and BC. RGB value is (134,253,188). Sum of RGB (Red+Green+Blue) = 134+253+188=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDBC is #790243. Grayscale: #D2D2D2. Windows color (decimal): -7930436 or 12385670. OLE color: 12385670.
HSL color Cylindrical-coordinate representation of color #86FDBC: hue angle of 147.23º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FDBC is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 188 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.01 |
| HSL | 147.23º | 0.97% | 0.76% | - |
| HSV(B) | 147.23º | 0.47% | 0.99% | - |
| XYZ | 54.03 | 78.95 | 59.97 | - |
| YUV | 210.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 188 | 0.47 | 0 | 0.26 | 0.01 | 147.23 | 0.97 | 0.76 |
| Hex | 86 | FD | BC | 2F | 0 | 1A | 1 | 93 | 61 | 4C |
| Octal | 206 | 375 | 274 | 57 | 0 | 32 | 1 | 223 | 141 | 114 |
| Binary | 10000110 | 11111101 | 10111100 | 101111 | 0 | 11010 | 1 | 10010011 | 1100001 | 1001100 |
Color Harmonies of #86FDBC
Complementary color
Monochromatic Colors of #86FDBC
Black with #86FDBC
Text Example
Text Example
White with #86FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDBC; }
p { color: rgb(134,253,188); }
H1.HeaderClassName
{
color: #86FDBC;
}
.AnyTagClassName
{
color: #86FDBC;
}
</style>
background-color css
<style>
a { background-color: #86FDBC; }
a { background-color: rgb(134,253,188); }
div.DivClassName
{
background-color: #86FDBC;
}
.BgClassName
{
background-color: #86FDBC;
}
</style>
border-color css
<style>
span { border-color: #86FDBC; }
span { border-color: rgb(134,253,188); }
td.TdClassName
{
border-color: #86FDBC;
}
.TagClassName
{
border-color: #86FDBC;
}
</style>