Shades of Aquamarine #86FEE8
Tints of Aquamarine #86FEE8
RGB
CMYK
RGB Variations
Color information
#86FEE8 (or 0x86FEE8) is known color: Aquamarine. HEX triplet: 86, FE and E8. RGB value is (134,254,232). Sum of RGB (Red+Green+Blue) = 134+254+232=620 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.61% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEE8 is #790117. Grayscale: #D7D7D7. Windows color (decimal): -7930136 or 15269510. OLE color: 15269510.
HSL color Cylindrical-coordinate representation of color #86FEE8: hue angle of 169º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEE8 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 232 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.00 |
| HSL | 169º | 0.98% | 0.76% | - |
| HSV(B) | 169º | 0.47% | 1% | - |
| XYZ | 59.84 | 81.78 | 88.97 | - |
| YUV | 215.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 232 | 0.47 | 0 | 0.09 | 0.00 | 169 | 0.98 | 0.76 |
| Hex | 86 | FE | E8 | 2F | 0 | 9 | 0 | A9 | 62 | 4C |
| Octal | 206 | 376 | 350 | 57 | 0 | 11 | 0 | 251 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11101000 | 101111 | 0 | 1001 | 0 | 10101001 | 1100010 | 1001100 |
Color Harmonies of #86FEE8
Complementary color
Monochromatic Colors of #86FEE8
Black with #86FEE8
Text Example
Text Example
White with #86FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEE8; }
p { color: rgb(134,254,232); }
H1.HeaderClassName
{
color: #86FEE8;
}
.AnyTagClassName
{
color: #86FEE8;
}
</style>
background-color css
<style>
a { background-color: #86FEE8; }
a { background-color: rgb(134,254,232); }
div.DivClassName
{
background-color: #86FEE8;
}
.BgClassName
{
background-color: #86FEE8;
}
</style>
border-color css
<style>
span { border-color: #86FEE8; }
span { border-color: rgb(134,254,232); }
td.TdClassName
{
border-color: #86FEE8;
}
.TagClassName
{
border-color: #86FEE8;
}
</style>