#86C8A0

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

Shades of Summer Green #86C8A0

Tints of Summer Green #86C8A0

Color information

#86C8A0 (or 0x86C8A0) is unknown color: approx Summer Green. HEX triplet: 86, C8 and A0. RGB value is (134,200,160). Sum of RGB (Red+Green+Blue) = 134+200+160=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #86C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C8A0 is #79375F. Grayscale: #AFAFAF. Windows color (decimal): -7944032 or 10537094. OLE color: 10537094.

HSL color Cylindrical-coordinate representation of color #86C8A0: hue angle of 143.64º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C8A0 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB134200160-
CMYK0.3300.20.22
HSL143.64º37.5%65.49%-
HSV(B)143.64º33%78.43%-
XYZ36.8348.9140.76-
YUV175.71119.1398.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=27.13%
G=40.49%
B=32.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1342001600.3300.20.22143.6437.565.49
Hex86C8A02101416902641
Octal206310240410242622046101
Binary10000110110010001010000010000101010010110100100001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,160); }

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

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

 a { background-color: rgb(134,200,160); }

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

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

 span { border-color: rgb(134,200,160); }

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