Shades of Aquamarine #86FDD8
Tints of Aquamarine #86FDD8
RGB
CMYK
RGB Variations
Color information
#86FDD8 (or 0x86FDD8) is known color: Aquamarine. HEX triplet: 86, FD and D8. RGB value is (134,253,216). Sum of RGB (Red+Green+Blue) = 134+253+216=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FDD8 is #790227. Grayscale: #D5D5D5. Windows color (decimal): -7930408 or 14220678. OLE color: 14220678.
HSL color Cylindrical-coordinate representation of color #86FDD8: hue angle of 161.34º 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 #86FDD8 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 216 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.01 |
| HSL | 161.34º | 0.97% | 0.76% | - |
| HSV(B) | 161.34º | 0.47% | 0.99% | - |
| XYZ | 57.35 | 80.28 | 77.44 | - |
| YUV | 213.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 216 | 0.47 | 0 | 0.15 | 0.01 | 161.34 | 0.97 | 0.76 |
| Hex | 86 | FD | D8 | 2F | 0 | F | 1 | A1 | 61 | 4C |
| Octal | 206 | 375 | 330 | 57 | 0 | 17 | 1 | 241 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11011000 | 101111 | 0 | 1111 | 1 | 10100001 | 1100001 | 1001100 |
Color Harmonies of #86FDD8
Complementary color
Monochromatic Colors of #86FDD8
Black with #86FDD8
Text Example
Text Example
White with #86FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDD8; }
p { color: rgb(134,253,216); }
H1.HeaderClassName
{
color: #86FDD8;
}
.AnyTagClassName
{
color: #86FDD8;
}
</style>
background-color css
<style>
a { background-color: #86FDD8; }
a { background-color: rgb(134,253,216); }
div.DivClassName
{
background-color: #86FDD8;
}
.BgClassName
{
background-color: #86FDD8;
}
</style>
border-color css
<style>
span { border-color: #86FDD8; }
span { border-color: rgb(134,253,216); }
td.TdClassName
{
border-color: #86FDD8;
}
.TagClassName
{
border-color: #86FDD8;
}
</style>