#86F7CE

Color #86F7CE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #86F7CE

Tints of Aquamarine #86F7CE

Color information

#86F7CE (or 0x86F7CE) is unknown color: approx Aquamarine. HEX triplet: 86, F7 and CE. RGB value is (134,247,206). Sum of RGB (Red+Green+Blue) = 134+247+206=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F7CE is #790831. Grayscale: #D0D0D0. Windows color (decimal): -7931954 or 13563782. OLE color: 13563782.

HSL color Cylindrical-coordinate representation of color #86F7CE: hue angle of 158.23º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7CE is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB134247206-
CMYK0.4600.170.03
HSL158.23º87.6%74.71%-
HSV(B)158.23º45.75%96.86%-
XYZ54.2376.0570.21-
YUV208.54126.5674.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 22.83%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=22.83%
G=42.08%
B=35.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342472060.4600.170.03158.2387.674.71
Hex86F7CE2E01139e584b
Octal206367316560213236130113
Binary100001101111011111001110101110010001111001111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F7CE; }

 p { color: rgb(134,247,206); }

 H1.HeaderClassName
 {
   color: #86F7CE;
 }
 .AnyTagClassName
 {
   color: #86F7CE;
 }
</style>
background-color css

<style>
 a { background-color: #86F7CE; }

 a { background-color: rgb(134,247,206); }

 div.DivClassName
 {
   background-color: #86F7CE;
 }
 .BgClassName
 {
   background-color: #86F7CE;
 }
</style>
border-color css

<style>
 span { border-color: #86F7CE; }

 span { border-color: rgb(134,247,206); }

 td.TdClassName
 {
   border-color: #86F7CE;
 }
 .TagClassName
 {
   border-color: #86F7CE;
 }
</style>