Shades of Aquamarine #86FDB5
Tints of Aquamarine #86FDB5
RGB
CMYK
RGB Variations
Color information
#86FDB5 (or 0x86FDB5) is known color: Aquamarine. HEX triplet: 86, FD and B5. RGB value is (134,253,181). Sum of RGB (Red+Green+Blue) = 134+253+181=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDB5 is #79024A. Grayscale: #D1D1D1. Windows color (decimal): -7930443 or 11926918. OLE color: 11926918.
HSL color Cylindrical-coordinate representation of color #86FDB5: hue angle of 143.7º 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 #86FDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 181 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.01 |
| HSL | 143.7º | 0.97% | 0.76% | - |
| HSV(B) | 143.7º | 0.47% | 0.99% | - |
| XYZ | 53.3 | 78.66 | 56.09 | - |
| YUV | 209.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 181 | 0.47 | 0 | 0.28 | 0.01 | 143.7 | 0.97 | 0.76 |
| Hex | 86 | FD | B5 | 2F | 0 | 1C | 1 | 90 | 61 | 4C |
| Octal | 206 | 375 | 265 | 57 | 0 | 34 | 1 | 220 | 141 | 114 |
| Binary | 10000110 | 11111101 | 10110101 | 101111 | 0 | 11100 | 1 | 10010000 | 1100001 | 1001100 |
Color Harmonies of #86FDB5
Complementary color
Monochromatic Colors of #86FDB5
Black with #86FDB5
Text Example
Text Example
White with #86FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDB5; }
p { color: rgb(134,253,181); }
H1.HeaderClassName
{
color: #86FDB5;
}
.AnyTagClassName
{
color: #86FDB5;
}
</style>
background-color css
<style>
a { background-color: #86FDB5; }
a { background-color: rgb(134,253,181); }
div.DivClassName
{
background-color: #86FDB5;
}
.BgClassName
{
background-color: #86FDB5;
}
</style>
border-color css
<style>
span { border-color: #86FDB5; }
span { border-color: rgb(134,253,181); }
td.TdClassName
{
border-color: #86FDB5;
}
.TagClassName
{
border-color: #86FDB5;
}
</style>