Shades of Aquamarine #86FFE4
Tints of Aquamarine #86FFE4
RGB
CMYK
RGB Variations
Color information
#86FFE4 (or 0x86FFE4) is known color: Aquamarine. HEX triplet: 86, FF and E4. RGB value is (134,255,228). Sum of RGB (Red+Green+Blue) = 134+255+228=617 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.72% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFE4 is #79001B. Grayscale: #D7D7D7. Windows color (decimal): -7929884 or 15007622. OLE color: 15007622.
HSL color Cylindrical-coordinate representation of color #86FFE4: hue angle of 166.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFE4 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 228 | - |
| CMYK | 0.47 | 0 | 0.11 | 0 |
| HSL | 166.61º | 1% | 0.76% | - |
| HSV(B) | 166.61º | 0.47% | 1% | - |
| XYZ | 59.6 | 82.19 | 86.12 | - |
| YUV | 215.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 228 | 0.47 | 0 | 0.11 | 0 | 166.61 | 1 | 0.76 |
| Hex | 86 | FF | E4 | 2F | 0 | B | 0 | A7 | 64 | 4C |
| Octal | 206 | 377 | 344 | 57 | 0 | 13 | 0 | 247 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11100100 | 101111 | 0 | 1011 | 0 | 10100111 | 1100100 | 1001100 |
Color Harmonies of #86FFE4
Complementary color
Monochromatic Colors of #86FFE4
Black with #86FFE4
Text Example
Text Example
White with #86FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFE4; }
p { color: rgb(134,255,228); }
H1.HeaderClassName
{
color: #86FFE4;
}
.AnyTagClassName
{
color: #86FFE4;
}
</style>
background-color css
<style>
a { background-color: #86FFE4; }
a { background-color: rgb(134,255,228); }
div.DivClassName
{
background-color: #86FFE4;
}
.BgClassName
{
background-color: #86FFE4;
}
</style>
border-color css
<style>
span { border-color: #86FFE4; }
span { border-color: rgb(134,255,228); }
td.TdClassName
{
border-color: #86FFE4;
}
.TagClassName
{
border-color: #86FFE4;
}
</style>