Shades of Aquamarine #86FDE1
Tints of Aquamarine #86FDE1
RGB
CMYK
RGB Variations
Color information
#86FDE1 (or 0x86FDE1) is known color: Aquamarine. HEX triplet: 86, FD and E1. RGB value is (134,253,225). Sum of RGB (Red+Green+Blue) = 134+253+225=612 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.90% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDE1 is #79021E. Grayscale: #D6D6D6. Windows color (decimal): -7930399 or 14810502. OLE color: 14810502.
HSL color Cylindrical-coordinate representation of color #86FDE1: hue angle of 165.88º 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 #86FDE1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 225 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.01 |
| HSL | 165.88º | 0.97% | 0.76% | - |
| HSV(B) | 165.88º | 0.47% | 0.99% | - |
| XYZ | 58.55 | 80.76 | 83.74 | - |
| YUV | 214.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 225 | 0.47 | 0 | 0.11 | 0.01 | 165.88 | 0.97 | 0.76 |
| Hex | 86 | FD | E1 | 2F | 0 | B | 1 | A6 | 61 | 4C |
| Octal | 206 | 375 | 341 | 57 | 0 | 13 | 1 | 246 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11100001 | 101111 | 0 | 1011 | 1 | 10100110 | 1100001 | 1001100 |
Color Harmonies of #86FDE1
Complementary color
Monochromatic Colors of #86FDE1
Black with #86FDE1
Text Example
Text Example
White with #86FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDE1; }
p { color: rgb(134,253,225); }
H1.HeaderClassName
{
color: #86FDE1;
}
.AnyTagClassName
{
color: #86FDE1;
}
</style>
background-color css
<style>
a { background-color: #86FDE1; }
a { background-color: rgb(134,253,225); }
div.DivClassName
{
background-color: #86FDE1;
}
.BgClassName
{
background-color: #86FDE1;
}
</style>
border-color css
<style>
span { border-color: #86FDE1; }
span { border-color: rgb(134,253,225); }
td.TdClassName
{
border-color: #86FDE1;
}
.TagClassName
{
border-color: #86FDE1;
}
</style>