#86BEA1

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

Shades of Summer Green #86BEA1

Tints of Summer Green #86BEA1

Color information

#86BEA1 (or 0x86BEA1) is unknown color: approx Summer Green. HEX triplet: 86, BE and A1. RGB value is (134,190,161). Sum of RGB (Red+Green+Blue) = 134+190+161=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA1 is #79415E. Grayscale: #AAAAAA. Windows color (decimal): -7946591 or 10600070. OLE color: 10600070.

HSL color Cylindrical-coordinate representation of color #86BEA1: hue angle of 148.93º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BEA1 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB134190161-
CMYK0.2900.150.25
HSL148.93º30.11%63.53%-
HSV(B)148.93º29.47%74.51%-
XYZ34.6844.4740.47-
YUV169.95122.95102.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=27.63%
G=39.18%
B=33.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901610.2900.150.25148.9330.1163.53
Hex86BEA11D0F19951e40
Octal206276241350173122536100
Binary10000110101111101010000111101011111100110010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,161); }

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

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

 a { background-color: rgb(134,190,161); }

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

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

 span { border-color: rgb(134,190,161); }

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