Shades of Aquamarine #86FDD9
Tints of Aquamarine #86FDD9
RGB
CMYK
RGB Variations
Color information
#86FDD9 (or 0x86FDD9) is known color: Aquamarine. HEX triplet: 86, FD and D9. RGB value is (134,253,217). Sum of RGB (Red+Green+Blue) = 134+253+217=604 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.19% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDD9 is #790226. Grayscale: #D5D5D5. Windows color (decimal): -7930407 or 14286214. OLE color: 14286214.
HSL color Cylindrical-coordinate representation of color #86FDD9: hue angle of 161.85º 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 #86FDD9 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 217 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.01 |
| HSL | 161.85º | 0.97% | 0.76% | - |
| HSV(B) | 161.85º | 0.47% | 0.99% | - |
| XYZ | 57.48 | 80.33 | 78.12 | - |
| YUV | 213.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 217 | 0.47 | 0 | 0.14 | 0.01 | 161.85 | 0.97 | 0.76 |
| Hex | 86 | FD | D9 | 2F | 0 | E | 1 | A2 | 61 | 4C |
| Octal | 206 | 375 | 331 | 57 | 0 | 16 | 1 | 242 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11011001 | 101111 | 0 | 1110 | 1 | 10100010 | 1100001 | 1001100 |
Color Harmonies of #86FDD9
Complementary color
Monochromatic Colors of #86FDD9
Black with #86FDD9
Text Example
Text Example
White with #86FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDD9; }
p { color: rgb(134,253,217); }
H1.HeaderClassName
{
color: #86FDD9;
}
.AnyTagClassName
{
color: #86FDD9;
}
</style>
background-color css
<style>
a { background-color: #86FDD9; }
a { background-color: rgb(134,253,217); }
div.DivClassName
{
background-color: #86FDD9;
}
.BgClassName
{
background-color: #86FDD9;
}
</style>
border-color css
<style>
span { border-color: #86FDD9; }
span { border-color: rgb(134,253,217); }
td.TdClassName
{
border-color: #86FDD9;
}
.TagClassName
{
border-color: #86FDD9;
}
</style>