#86BEA3

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

Shades of Summer Green #86BEA3

Tints of Summer Green #86BEA3

Color information

#86BEA3 (or 0x86BEA3) is unknown color: approx Summer Green. HEX triplet: 86, BE and A3. RGB value is (134,190,163). Sum of RGB (Red+Green+Blue) = 134+190+163=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA3 is #79415C. Grayscale: #AAAAAA. Windows color (decimal): -7946589 or 10731142. OLE color: 10731142.

HSL color Cylindrical-coordinate representation of color #86BEA3: hue angle of 151.07º 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 #86BEA3 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB134190163-
CMYK0.2900.140.25
HSL151.07º30.11%63.53%-
HSV(B)151.07º29.47%74.51%-
XYZ34.8644.5441.41-
YUV170.18123.95102.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=27.52%
G=39.01%
B=33.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901630.2900.140.25151.0730.1163.53
Hex86BEA31D0E19971e40
Octal206276243350163122736100
Binary10000110101111101010001111101011101100110010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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